From: Arnaud Giersch Date: Sun, 20 Aug 2017 21:15:09 +0000 (+0200) Subject: Remove useless #undef's. X-Git-Tag: v3_17~152^2~20 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/01d7bd146ba0719d926c38dd41b28db6670d08f9?hp=97251bcf38f652d22db8a323d026209b52348a76 Remove useless #undef's. --- diff --git a/src/instr/instr_config.cpp b/src/instr/instr_config.cpp index 9a14d50624..daa18c4329 100644 --- a/src/instr/instr_config.cpp +++ b/src/instr/instr_config.cpp @@ -618,21 +618,3 @@ void instr_resume_tracing () XBT_DEBUG ("Tracing is resumed."); previous_trace_state = -1; } - -#undef OPT_TRACING -#undef OPT_TRACING_PLATFORM -#undef OPT_TRACING_TOPOLOGY -#undef OPT_TRACING_SMPI -#undef OPT_TRACING_SMPI_GROUP -#undef OPT_TRACING_CATEGORIZED -#undef OPT_TRACING_UNCATEGORIZED -#undef OPT_TRACING_MSG_PROCESS -#undef OPT_TRACING_FILENAME -#undef OPT_TRACING_BUFFER -#undef OPT_TRACING_ONELINK_ONLY -#undef OPT_TRACING_DISABLE_DESTROY -#undef OPT_TRACING_BASIC -#undef OPT_TRACING_COMMENT -#undef OPT_TRACING_COMMENT_FILE -#undef OPT_VIVA_UNCAT_CONF -#undef OPT_VIVA_CAT_CONF