X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/45c3f1cfee86fb48c96d53f8267f99b6db6e3d7a..8465282253954c58d16cb5dae9a5d064eada3329:/src/instr/instr_paje_types.c?ds=sidebyside 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