From: Arnaud Giersch Date: Thu, 28 Sep 2017 20:23:53 +0000 (+0200) Subject: Remove old commented code. X-Git-Tag: v3_17~63 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7953076403881f1cb220355b9c5962ce0bcb371b Remove old commented code. --- diff --git a/src/simix/ActorImpl.cpp b/src/simix/ActorImpl.cpp index a55a783f3b..e86f28506f 100644 --- a/src/simix/ActorImpl.cpp +++ b/src/simix/ActorImpl.cpp @@ -506,13 +506,6 @@ void SIMIX_process_kill(smx_actor_t process, smx_actor_t issuer) { xbt_die("Unknown type of activity"); } - /* - switch (process->waiting_synchro->type) { - case SIMIX_SYNC_JOIN: - SIMIX_process_sleep_destroy(process->waiting_synchro); - break; - } */ - process->waiting_synchro = nullptr; } if (std::find(begin(simix_global->process_to_run), end(simix_global->process_to_run), process) ==