X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/948f71a307fb620a954877149cf5441459b46f06..4f23353a43b551cca580fbf043df1c38f5fb18d4:/src/xbt/log.c diff --git a/src/xbt/log.c b/src/xbt/log.c index bab33a1825..296e594885 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -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);