Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually install the doc.
[simgrid.git] / examples / msg / migration / migration.c
index fc14097..87df498 100644 (file)
@@ -98,9 +98,6 @@ int main(int argc, char *argv[])
   xbt_cond_destroy(cond);
   xbt_mutex_destroy(mutex);
 
-  if (res == MSG_OK)
-    res = MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else