Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
refcount should be automatic now, and initialized to 0
[simgrid.git] / src / simix / ActorImpl.cpp
index 445aabc..ea43de9 100644 (file)
@@ -780,7 +780,6 @@ void SIMIX_process_sleep_destroy(smx_activity_t synchro)
   if (sleep->surf_sleep) {
     sleep->surf_sleep->unref();
     sleep->surf_sleep = nullptr;
-    sleep->unref();
   }
 }