Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cleanups and simplifications to our build system
[simgrid.git] / src / simdag / instr_sd_task.c
index be63a53..9c9cdf8 100644 (file)
@@ -8,7 +8,6 @@
 #include "private.h"
 #include "simdag/datatypes.h"
 
-#ifdef HAVE_TRACING
 
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_sd, instr, "SD");
 
@@ -78,4 +77,3 @@ void TRACE_sd_task_destroy(SD_task_t task)
   return;
 }
 
-#endif /* HAVE_TRACING */