Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
we need the simgrid library too. True story.
[simgrid.git] / examples / msg / pmm / msg_pmm.c
index 4e2157e..f9b9c8d 100644 (file)
@@ -280,8 +280,6 @@ int main(int argc, char *argv[])
 #endif
   XBT_CRITICAL("Simulated time: %g", MSG_get_clock());
 
-  MSG_clean();
-
   if (res == MSG_OK)
     return 0;
   else