Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove Jedule related stuff + fix SIMDAG_SRC->DAG_SRC issue
[simgrid.git] / src / simgrid / sg_version.cpp
index 7fcec54..6c085b2 100644 (file)
@@ -64,12 +64,6 @@ void sg_version()
   XBT_HELP("   ns-3 support disabled at compilation.");
 #endif
 
-#if SIMGRID_HAVE_JEDULE
-  XBT_HELP("   Jedule support compiled in.");
-#else
-  XBT_HELP("   Jedule support disabled at compilation.");
-#endif
-
 #if SIMGRID_HAVE_LUA
   XBT_HELP("   Lua support compiled in.");
 #else