X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/87e1b6fc62df6ba90de0004f6705d2439c865c2e..45d00a93682182156762f2ca97b1f2746746c8b1:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index 6e0cfed2c3..296e594885 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -11,7 +11,7 @@ #include /* snprintf */ #include /* snprintf */ -#include "src/portable.h" /* to get a working stdarg.h */ +#include "src/portable.h" #include "src/xbt_modinter.h" @@ -570,9 +570,6 @@ static void xbt_log_connect_categories(void) XBT_LOG_CONNECT(xbt_dict); XBT_LOG_CONNECT(xbt_dict_cursor); XBT_LOG_CONNECT(xbt_dict_elm); -#ifdef XBT_USE_DEPRECATED - XBT_LOG_CONNECT(xbt_dict_multi); -#endif XBT_LOG_CONNECT(xbt_dyn); XBT_LOG_CONNECT(xbt_ex); XBT_LOG_CONNECT(xbt_fifo); @@ -590,7 +587,6 @@ static void xbt_log_connect_categories(void) /* bindings */ #ifdef HAVE_LUA - XBT_LOG_CONNECT(bindings); XBT_LOG_CONNECT(lua); XBT_LOG_CONNECT(lua_host); XBT_LOG_CONNECT(lua_platf);