X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce1289d4421b08ce6f69d8203784ee648671972e..9932a0c0d2c44e34633c97a827b2b04d615cb4e9:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 091799b46c..2db53d28fe 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -8,8 +8,6 @@ #include "simgrid/sg_config.h" #include "surf/surf.h" -#ifdef HAVE_TRACING - XBT_LOG_NEW_CATEGORY(instr, "Logging the behavior of the tracing system (used for Visualization/Analysis of simulations)"); XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_config, instr, "Configuration"); @@ -820,5 +818,3 @@ void instr_resume_tracing (void) #undef OPT_TRACING_COMMENT_FILE #undef OPT_VIVA_UNCAT_CONF #undef OPT_VIVA_CAT_CONF - -#endif /* HAVE_TRACING */