Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean code.
[simgrid.git] / src / surf / surf.c
index 82ca9d0..792cacc 100644 (file)
@@ -339,7 +339,6 @@ void surf_exit(void)
   tmgr_finalize();
   surf_parse_lex_destroy();
   surf_parse_free_callbacks();
-//   xbt_dict_free(&route_table); // COMMENTED BY DAVID
   NOW = 0;                      /* Just in case the user plans to restart the simulation afterward */
 }