Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the scala examples
[simgrid.git] / examples / scala / master_slave_bypass / FinalizeTask.scala
diff --git a/examples/scala/master_slave_bypass/FinalizeTask.scala b/examples/scala/master_slave_bypass/FinalizeTask.scala
deleted file mode 100644 (file)
index d83759d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * Copyright 2006-2012. The SimGrid Team. All rights reserved. 
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the license (GNU LGPL) which comes with this package. 
- */
-
-package master_slave_bypass
-import org.simgrid.msg.Task
-
-class FinalizeTask extends Task("finalize",0,0) {}