Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ensures that SIMIX_clean is called automatically
[simgrid.git] / src / msg / msg_global.c
index 5aef61a..5e10842 100644 (file)
@@ -167,8 +167,6 @@ msg_error_t MSG_clean(void)
   TRACE_end();
 #endif
 
-  SIMIX_clean();
-
   xbt_swag_free(msg_global->vms);
   free(msg_global);
   msg_global = NULL;