summaryrefslogtreecommitdiff
path: root/asm/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/error.c')
-rw-r--r--asm/error.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/asm/error.c b/asm/error.c
index 52f812b8..ffe7a2e5 100644
--- a/asm/error.c
+++ b/asm/error.c
@@ -41,12 +41,6 @@
#include "nasmlib.h"
#include "error.h"
-/*
- * Global error handling function. If we call this before it is
- * initialized, it is a fatal error!
- */
-vefunc nasm_verror = (vefunc)nasm_verror_critical;
-
/* Common function body */
#define nasm_do_error(_sev,_flags) \
va_list ap; \