X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/49e85177c669d793e84242983a1b1f430e47184e..f06041cf2c450457a0b47a49b66b19cb9133c18e:/src/instr/instr_paje_types.c diff --git a/src/instr/instr_paje_types.c b/src/instr/instr_paje_types.c index 32177ded7c..791fdf7e2b 100644 --- a/src/instr/instr_paje_types.c +++ b/src/instr/instr_paje_types.c @@ -6,8 +6,6 @@ #include "instr/instr_private.h" -#ifdef HAVE_TRACING - XBT_LOG_NEW_DEFAULT_SUBCATEGORY (instr_paje_types, instr, "Paje tracing event system (types)"); static type_t rootType = NULL; /* the root type */ @@ -196,5 +194,3 @@ type_t PJ_type_state_new (const char *name, type_t father) new_pajeDefineStateType(ret); return ret; } - -#endif