X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/655cc78150b8f1b58c634dab01ff2a7aae715d1d..7a0275c20fef8125716769f5408cd7b54e914a7a:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index ba9ec37faf..3b3168724f 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -89,7 +89,6 @@ int TRACE_start() created_categories = xbt_dict_new(); TRACE_msg_task_alloc(); TRACE_surf_alloc(); - TRACE_msg_process_alloc(); TRACE_smpi_alloc(); return 0; }