diff options
author | Michael Adam <obnox@samba.org> | 2014-07-28 15:51:08 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2014-07-30 13:33:56 +0200 |
commit | 86d68c94597e80c85d5cf7d13b9de8750c3f84dd (patch) | |
tree | 763d342ab9ef6b2376f572de1fbe6fce13ba0752 /lib/util/debug.c | |
parent | 6abeff5f46d2d46332a36018370b69ebb547799f (diff) | |
download | samba-86d68c94597e80c85d5cf7d13b9de8750c3f84dd.tar.gz samba-86d68c94597e80c85d5cf7d13b9de8750c3f84dd.tar.xz samba-86d68c94597e80c85d5cf7d13b9de8750c3f84dd.zip |
lib/util: remove outdated comment from debug.c
These variables do not exist any more.
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'lib/util/debug.c')
-rw-r--r-- | lib/util/debug.c | 4 |
1 files changed, 0 insertions, 4 deletions
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. */ /* |