Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] let the tracing system (and not the instrumentation interface) decide what...
authorLucas Schnorr <Lucas.Schnorr@imag.fr>
Thu, 28 Apr 2011 13:59:53 +0000 (15:59 +0200)
committerLucas Schnorr <Lucas.Schnorr@inf.ufrgs.br>
Tue, 24 May 2011 12:42:25 +0000 (14:42 +0200)
src/instr/instr_smpi.c

index c06d40a..139274f 100644 (file)
@@ -87,8 +87,6 @@ void TRACE_smpi_alloc()
 
 void TRACE_smpi_start(void)
 {
-  if (!TRACE_smpi_is_enabled()) return;
-
   TRACE_start();
 }