]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove unnecessary todo marker in stub_debug.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 25 Jul 2012 12:31:05 +0000 (14:31 +0200)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Wed, 25 Jul 2012 12:31:05 +0000 (14:31 +0200)
src/tests/stub_debug.cc

index 5988bb7e1b9d1e1def2144e086e986176a065217..1c2edff675cc26e506dd4d2555001d38c6a90a0e 100644 (file)
@@ -73,9 +73,6 @@ _db_print(const char *format,...)
 static void
 _db_print_stderr(const char *format, va_list args)
 {
-    /* FIXME? */
-    // if (opt_debug_stderr < Debug::level)
-
     if (1 < Debug::level)
         return;