X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0f5e8daaa6e9f74521068aa75837200bcd182ea6..6628f256d9dc13c27721bb9846269e5f3c653d3c:/src/instr/smx_instr.c diff --git a/src/instr/smx_instr.c b/src/instr/smx_instr.c index 78bcb2937f..51be389c2a 100644 --- a/src/instr/smx_instr.c +++ b/src/instr/smx_instr.c @@ -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) {