Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill the MSG_paje_output() function. It's a noop since 2 years
[simgrid.git] / examples / msg / sendrecv / sendrecv.c
index 58b6b09..68deabd 100644 (file)
@@ -133,7 +133,6 @@ MSG_error_t test_all(const char *platform_file, const char *application_file)
 
   /*  Simulation setting */
   MSG_set_channel_number(MAX_CHANNEL);
-  MSG_paje_output("msg_test.trace");
   MSG_create_environment(platform_file);
 
   /*   Application deployment */