Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] remove deprecated function from the compilation support when tracing is disable
authorschnorr <Lucas.Schnorr@imag.fr>
Wed, 21 Mar 2012 08:36:43 +0000 (09:36 +0100)
committerschnorr <Lucas.Schnorr@imag.fr>
Wed, 21 Mar 2012 11:46:04 +0000 (12:46 +0100)
include/instr/instr.h

index 42916ce..0b8e869 100644 (file)
@@ -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_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)
 
 #define TRACE_smpi_set_category(category)
 #define TRACE_sd_set_task_category(task,category)