From: schnorr Date: Wed, 21 Mar 2012 08:36:43 +0000 (+0100) Subject: [trace] remove deprecated function from the compilation support when tracing is disable X-Git-Tag: v3_7~273^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cec5bbee980eec970e660c65ec9e81f5fbac5135 [trace] remove deprecated function from the compilation support when tracing is disable --- diff --git a/include/instr/instr.h b/include/instr/instr.h index 42916ce855..0b8e8692e9 100644 --- a/include/instr/instr.h +++ b/include/instr/instr.h @@ -65,7 +65,6 @@ XBT_PUBLIC(void) TRACE_link_srcdst_variable_sub_with_time (double time, const ch #define TRACE_category(category) #define TRACE_category_with_color(category,color) #define TRACE_msg_set_task_category(task,category) -#define TRACE_msg_set_process_category(process,category,color) #define TRACE_smpi_set_category(category) #define TRACE_sd_set_task_category(task,category)