Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove bindings CXX from Simgrid
[simgrid.git] / examples / cxx / explicitDestination / Main.cxx
diff --git a/examples/cxx/explicitDestination/Main.cxx b/examples/cxx/explicitDestination/Main.cxx
deleted file mode 100644 (file)
index dbda264..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <Simulation.hpp>\r
-\r
-using namespace SimGrid::Msg;\r
-\r
-int\r
-main(int argc, char* argv[])\r
-{\r
-       Simulation s;\r
-       \r
-       return s.execute(argc, argv);\r
-       \r
-}\r