Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
This way of passing arguments has changed since a long time.
[simgrid.git] / examples / msg / token_ring / ring_call.c
index 94bd2ca..fc60925 100644 (file)
@@ -80,7 +80,6 @@ int main(int argc, char **argv)
 
   res = MSG_main();
   XBT_INFO("Simulation time %g", MSG_get_clock());
-  MSG_clean();
   if (res == MSG_OK)
     return 0;
   else