Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove old commented code.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 28 Sep 2017 20:23:53 +0000 (22:23 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 28 Sep 2017 20:23:53 +0000 (22:23 +0200)
src/simix/ActorImpl.cpp

index a55a783..e86f285 100644 (file)
@@ -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) ==