diff options
Diffstat (limited to 'lib/vsnprintf.c')
-rw-r--r-- | lib/vsnprintf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/vsnprintf.c b/lib/vsnprintf.c index 976b0ea..f5ae2fe 100644 --- a/lib/vsnprintf.c +++ b/lib/vsnprintf.c @@ -14,8 +14,6 @@ #include "nasmlib.h" -extern efunc nasm_malloc_error; - #define BUFFER_SIZE 65536 /* Bigger than any string we might print... */ static char snprintf_buffer[BUFFER_SIZE]; |