summaryrefslogtreecommitdiffstats
path: root/source/lib/debug.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-01-29 17:55:41 +0000
committerJeremy Allison <jra@samba.org>2003-01-29 17:55:41 +0000
commit60be9a2f1e6d18562218a55e1a1f753e34fb1e5b (patch)
tree50da534dca301f846e36fe9dabee7426ff7f8aa4 /source/lib/debug.c
parent28258224ded31e9a0a4304170ce98534ddfa0dfa (diff)
downloadsamba-60be9a2f1e6d18562218a55e1a1f753e34fb1e5b.tar.gz
samba-60be9a2f1e6d18562218a55e1a1f753e34fb1e5b.tar.xz
samba-60be9a2f1e6d18562218a55e1a1f753e34fb1e5b.zip
Removed duplicate fn to avoid compiler warning. (from HEAD - tpot).
Jeremy.
Diffstat (limited to 'source/lib/debug.c')
-rw-r--r--source/lib/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/debug.c b/source/lib/debug.c
index 2efdd3c2a3c..23442a01933 100644
--- a/source/lib/debug.c
+++ b/source/lib/debug.c
@@ -468,6 +468,7 @@ void debug_message_send(pid_t pid, const char *params_str)
}
+#if 0
/****************************************************************************
Return current debug level.
****************************************************************************/
@@ -485,6 +486,7 @@ static void debuglevel_message(int msg_type, pid_t src, void *buf, size_t len)
DEBUG(0, ("debuglevel_message: error retrieving class levels!\n"));
}
}
+#endif
/****************************************************************************
Init debugging (one time stuff)