Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove logging trace message
[simgrid.git] / src / instr / instr_config.c
index 53b4ec8..2571250 100644 (file)
@@ -119,7 +119,6 @@ int TRACE_start()
   defined_types = xbt_dict_new();
   created_categories = xbt_dict_new();
   TRACE_msg_task_alloc();
-  TRACE_category_alloc();
   TRACE_surf_alloc();
   TRACE_msg_process_alloc();
   TRACE_smpi_alloc();
@@ -130,7 +129,6 @@ int TRACE_end()
 {
   if (!TRACE_is_active())
     return 1;
-  XBT_IN;
 
   /* close the trace file */
   TRACE_paje_end();