Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Address compilation warnings.
[simgrid.git] / examples / msg / masterslave / masterslave_forwarder.c
index 3817018..20f6841 100644 (file)
@@ -214,7 +214,6 @@ int main(int argc, char *argv[])
     exit(1);
   }
   res = test_all(argv[1], argv[2]);
-  MSG_clean();
 
   if (res == MSG_OK)
     return 0;