Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the scala examples
[simgrid.git] / examples / scala / masterslave / FinalizeTask.scala
diff --git a/examples/scala/masterslave/FinalizeTask.scala b/examples/scala/masterslave/FinalizeTask.scala
deleted file mode 100644 (file)
index 45952fc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/*
- * Copyright (c) 2006-2013. 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 masterslave
-import org.simgrid.msg.Task
-
-class FinalizeTask extends Task("finalize",0,0) {}
-