summaryrefslogtreecommitdiff
path: root/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'debug.hh')
-rw-r--r--debug.hh8
1 files changed, 0 insertions, 8 deletions
diff --git a/debug.hh b/debug.hh
index ae75b77fa1..ca805df011 100644
--- a/debug.hh
+++ b/debug.hh
@@ -16,12 +16,4 @@ extern Dstream monitor; // monitor
void error(String s);
void warning(String s);
-extern int debug_flags;
-
-void
-set_debug(String s);
-const int DEBUGPARSER = 0x01;
-const int DEBUGTOKEN = 0x02;
-const int DEBUGITEMS = 0x04;
-
#endif