From ee1dc804fb1aa0c7ba3d0c2bb534a8965eaaf9dc Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 20 Oct 2001 21:23:52 +0000 Subject: Removed extern int DEBUGLEVEL - included in headers. Moved from timestamp based comparison of open files in share mode table to generational file_id comparison. This should help track down any logic bugs. Needs some more testing. Coming to HEAD as soon as the compile finishes :-). Jeremy. --- source/lib/genrand.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source/lib/genrand.c') diff --git a/source/lib/genrand.c b/source/lib/genrand.c index e5912601182..54d561d2212 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; -- cgit