From 82518106b150cce494a3b7781d1aa37244e2864d Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 7 Aug 2005 09:01:28 +0000 Subject: [PATCH] Useless cleanup git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1583 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/amok/Bandwidth/saturate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amok/Bandwidth/saturate.c b/src/amok/Bandwidth/saturate.c index 8ecebcaa9c..aa632b0ba0 100644 --- a/src/amok/Bandwidth/saturate.c +++ b/src/amok/Bandwidth/saturate.c @@ -9,10 +9,10 @@ #include "amok/Bandwidth/bandwidth_private.h" +#if 0 XBT_LOG_EXTERNAL_CATEGORY(bw); -/*XBT_LOG_DEFAULT_CATEGORY(bw);*/ +XBT_LOG_DEFAULT_CATEGORY(bw); -#if 0 /* *************************************************************************** * Link saturation * ***************************************************************************/ -- 2.20.1