From 86d68c94597e80c85d5cf7d13b9de8750c3f84dd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 28 Jul 2014 15:51:08 +0200 Subject: lib/util: remove outdated comment from debug.c These variables do not exist any more. Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- lib/util/debug.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lib/util/debug.c') diff --git a/lib/util/debug.c b/lib/util/debug.c index a46b2753cf..80a3460e7a 100644 --- a/lib/util/debug.c +++ b/lib/util/debug.c @@ -99,10 +99,6 @@ static struct { /* -------------------------------------------------------------------------- ** * External variables. - * - * debugf - Debug file name. - * DEBUGLEVEL - System-wide debug message limit. Messages with message- - * levels higher than DEBUGLEVEL will not be processed. */ /* -- cgit