Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
let pass if action is not being traced with a category
[simgrid.git] / src / instr / smx_instr.c
index 78bcb29..51be389 100644 (file)
@@ -41,7 +41,7 @@ void TRACE_smx_action_communicate(smx_action_t act, smx_process_t proc)
 
 void TRACE_smx_action_destroy(smx_action_t act)
 {
-  if (!IS_TRACING || !IS_TRACED(act))
+  if (!IS_TRACING)
     return;
 
   if (act->category) {