Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change again the calling convention of routing_get_route_and_latency
[simgrid.git] / src / simix / smx_environment.c
index 0c7d1098990b268d3ad63dc32f123aeb421c4503..4b648162d0d17a6993f4b6d7a452cfc9b08f7be9 100644 (file)
@@ -39,16 +39,8 @@ void SIMIX_create_environment(const char *file)
 
   double start, end;
 
-  // Reset callbacks
-  surf_parse_reset_callbacks();
-  // Add config callbacks
-  surf_parse_add_callback_config();
-
-  parse_platform_file(file);
-  surf_config_models_create_elms();
-
   start = xbt_os_time();
-  /* FIXME: what time are we measuring ??? */
+  parse_platform_file(file);
   end = xbt_os_time();
   XBT_DEBUG("PARSE TIME: %lg", (end - start));