Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation error: there's no MSG_clean anymore
[simgrid.git] / examples / msg / chainsend / chainsend.c
index 0c74523..80ea6fe 100644 (file)
@@ -109,8 +109,6 @@ int main(int argc, char *argv[])
 
   XBT_INFO("Total simulation time: %le", MSG_get_clock());
 
-  MSG_clean();
-
 #ifdef _MSC_VER
   _set_output_format(prev_exponent_format);
 #endif