From: Lucas Schnorr Date: Thu, 28 Apr 2011 13:59:53 +0000 (+0200) Subject: [trace] let the tracing system (and not the instrumentation interface) decide what... X-Git-Tag: v3_6_rc3~14^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8da7542a61ad6dfcb7a49d70361fcaeb343fa464 [trace] let the tracing system (and not the instrumentation interface) decide what to trace --- diff --git a/src/instr/instr_smpi.c b/src/instr/instr_smpi.c index c06d40ad80..139274fab0 100644 --- a/src/instr/instr_smpi.c +++ b/src/instr/instr_smpi.c @@ -87,8 +87,6 @@ void TRACE_smpi_alloc() void TRACE_smpi_start(void) { - if (!TRACE_smpi_is_enabled()) return; - TRACE_start(); }