summaryrefslogtreecommitdiff
path: root/source/lib/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/fault.c')
-rw-r--r--source/lib/fault.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/lib/fault.c b/source/lib/fault.c
index 29272f19280..8d08fccd24c 100644
--- a/source/lib/fault.c
+++ b/source/lib/fault.c
@@ -20,8 +20,6 @@
*/
#include "includes.h"
-extern int DEBUGLEVEL;
-
static void (*cont_fn)(void *);
@@ -79,6 +77,3 @@ void fault_setup(void (*fn)(void *))
CatchSignal(SIGBUS,SIGNAL_CAST sig_fault);
#endif
}
-
-
-