From: Arnaud Giersch Date: Mon, 18 Feb 2013 21:24:34 +0000 (+0100) Subject: Kill old commented line. X-Git-Tag: v3_9_90~491^2~2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/385b24631a80b8be9bde9c537b645549d77118a9?hp=c6cb5a5160dfee6fbc85503a97eb59408853e494 Kill old commented line. --- diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 68e8940728..33d0ad15cd 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -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);