summaryrefslogtreecommitdiff
path: root/source3/lib/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/hash.c')
-rw-r--r--source3/lib/hash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/lib/hash.c b/source3/lib/hash.c
index 3abdc2ef11..68c334a8ca 100644
--- a/source3/lib/hash.c
+++ b/source3/lib/hash.c
@@ -28,8 +28,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
static BOOL enlarge_hash_table(hash_table *table);
static int primes[] =
{17, 37, 67, 131, 257, 521, 1031, 2053, 4099, 8209, 16411};