summaryrefslogtreecommitdiff
path: root/src/nbdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nbdebug.h')
-rw-r--r--src/nbdebug.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/nbdebug.h b/src/nbdebug.h
index 65bb940b5..95109144c 100644
--- a/src/nbdebug.h
+++ b/src/nbdebug.h
@@ -43,8 +43,6 @@ typedef enum {
void nbdbg(char *, ...);
-void nbprt(char *, ...);
-void nbtrace(char *, ...);
void nbdebug_wait __ARGS((u_int wait_flags, char *wait_var, u_int wait_secs));
void nbdebug_log_init __ARGS((char *log_var, char *level_var));
@@ -70,19 +68,5 @@ nbdbg(
{
}
-void
-nbprt(
- char *fmt,
- ...)
-{
-}
-
-void
-nbtrace(
- char *fmt,
- ...)
-{
-}
-
#endif /* NBDEBUG */
#endif /* NBDEBUG_H */