diff options
Diffstat (limited to 'source/lib/genrand.c')
-rw-r--r-- | source/lib/genrand.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/lib/genrand.c b/source/lib/genrand.c index c4fb925a75b..39e56db9609 100644 --- a/source/lib/genrand.c +++ b/source/lib/genrand.c @@ -23,9 +23,6 @@ #include "includes.h" -extern int DEBUGLEVEL; - - static unsigned char hash[258]; static uint32 counter; unsigned char *reseed_data; |