From cec5bbee980eec970e660c65ec9e81f5fbac5135 Mon Sep 17 00:00:00 2001 From: schnorr Date: Wed, 21 Mar 2012 09:36:43 +0100 Subject: [PATCH] [trace] remove deprecated function from the compilation support when tracing is disable --- include/instr/instr.h | 1 - 1 file changed, 1 deletion(-) 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) -- 2.20.1