Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] call functions that do the simix processes category registration directly
[simgrid.git] / src / instr / instr_categories.c
index 4122102..aee6af8 100644 (file)
@@ -45,10 +45,4 @@ void TRACE_category_unset(smx_process_t proc)
   }
 }
 
   }
 }
 
-void TRACE_msg_category_set(smx_process_t proc, m_task_t task)
-{
-  TRACE_category_set(proc, task->category);
-}
-
-
 #endif /* HAVE_TRACING */
 #endif /* HAVE_TRACING */