Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove GTNetS. It was not working anyway
[simgrid.git] / buildtools / Cmake / test_prog / prog_gtnets.cpp
diff --git a/buildtools/Cmake/test_prog/prog_gtnets.cpp b/buildtools/Cmake/test_prog/prog_gtnets.cpp
deleted file mode 100644 (file)
index 4391b46..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-/* Copyright (c) 2010, 2014. 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. */
-
-#include <simulator.h>
-
-int main(){
-  Simulator s;
-  s.RunUntilNextCompletion();
-}
-