diff options
Diffstat (limited to 'source/param/params.c')
-rw-r--r-- | source/param/params.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/param/params.c b/source/param/params.c index 2bc32f1c66d..36deddf43e8 100644 --- a/source/param/params.c +++ b/source/param/params.c @@ -98,8 +98,6 @@ * bSize - The size of the global buffer <bufr>. */ -extern int DEBUGLEVEL; - static char *bufr = NULL; static int bSize = 0; |