From: schnorr Date: Mon, 13 Dec 2010 16:45:02 +0000 (+0000) Subject: [trace] removing old interface prototype that no longer exists X-Git-Tag: v3.6_beta2~730 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/aa959432ff273f62f28e2135c42eae9dd6200afc [trace] removing old interface prototype that no longer exists git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9193 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/include/instr/instr.h b/include/instr/instr.h index 39cfd596e9..ae1699491e 100644 --- a/include/instr/instr.h +++ b/include/instr/instr.h @@ -21,7 +21,6 @@ XBT_PUBLIC(void) TRACE_msg_set_task_category(m_task_t task, const char *category); XBT_PUBLIC(void) TRACE_msg_set_process_category(m_process_t process, const char *category); -XBT_PUBLIC(void) TRACE_set_mask(int mask); XBT_PUBLIC(void) TRACE_user_host_variable(double time, const char *variable, double value, const char *what);