Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak
[simgrid.git] / src / simix / ActorImpl.cpp
index 3a5fe2ce76f9aa8fca6f346b042ba1c502c4e043..fe4d45b1f0bf6670011ea24124ba92a0fe73afa3 100644 (file)
@@ -627,7 +627,6 @@ smx_activity_t SIMIX_process_suspend(smx_actor_t process, smx_actor_t issuer)
 
     return nullptr;
   } else {
-    /* FIXME: computation size is zero. Is it okay that bound is zero ? */
     return SIMIX_execution_start(process, "suspend", 0.0, 1.0, 0.0);
   }
 }