From 7953076403881f1cb220355b9c5962ce0bcb371b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 28 Sep 2017 22:23:53 +0200 Subject: [PATCH 1/1] Remove old commented code. --- src/simix/ActorImpl.cpp | 7 ------- 1 file changed, 7 deletions(-) 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) == -- 2.20.1