Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill old commented line.
[simgrid.git] / src / simix / smx_process.c
index 68e8940..33d0ad1 100644 (file)
@@ -95,7 +95,6 @@ void SIMIX_process_cleanup(smx_process_t process)
     }
   }
 
-  /*xbt_swag_remove(process, simix_global->process_to_run);*/
   xbt_swag_remove(process, simix_global->process_list);
   xbt_swag_remove(process, SIMIX_host_priv(process->smx_host)->process_list);
   xbt_swag_insert(process, simix_global->process_to_destroy);