summaryrefslogtreecommitdiff
path: root/source4/lib/util/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/util/debug.h')
-rw-r--r--source4/lib/util/debug.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/lib/util/debug.h b/source4/lib/util/debug.h
index 8ff937e7b9..4cd5759119 100644
--- a/source4/lib/util/debug.h
+++ b/source4/lib/util/debug.h
@@ -43,9 +43,6 @@ struct debug_ops {
void (*log_task_id)(int fd);
};
-void do_debug_header(int level, const char *location, const char *func);
-void do_debug(const char *, ...) PRINTF_ATTRIBUTE(1,2);
-
extern int DEBUGLEVEL;
#define DEBUGLVL(level) ((level) <= DEBUGLEVEL)