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 / simix / smx_environment.c
index 20ce044..6621fe9 100644 (file)
@@ -46,10 +46,6 @@ void SIMIX_create_environment(const char *file)
   end = xbt_os_time();
   DEBUG1("PARSE TIME: %lg", (end - start));
 
-#ifdef HAVE_TRACING
-  TRACE_surf_save_onelink();
-#endif
-
   xbt_dict_foreach(surf_model_resource_set(surf_workstation_model), cursor,
                    name, workstation) {
     SIMIX_host_create(name, workstation, NULL);