Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove the function that was used to save the one link routes of the platform...
[simgrid.git] / src / simdag / sd_global.c
index 29dbf9631ebd096985c1e00bf46cae855fb07b50..01c3a62661a6b0bfb9fd24b1aaa1ce04f6743c7a 100644 (file)
@@ -191,10 +191,6 @@ void SD_create_environment(const char *platform_file)
 
   DEBUG2("Workstation number: %d, link number: %d",
          SD_workstation_get_number(), SD_link_get_number());
-
-#ifdef HAVE_TRACING
-  TRACE_surf_save_onelink();
-#endif
 }
 
 /**