summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/brlock.c2
-rw-r--r--source3/locking/locking.c1
-rw-r--r--source3/locking/posix.c1
3 files changed, 0 insertions, 4 deletions
diff --git a/source3/locking/brlock.c b/source3/locking/brlock.c
index b16cc539c8..cbf98c46a5 100644
--- a/source3/locking/brlock.c
+++ b/source3/locking/brlock.c
@@ -28,8 +28,6 @@
#include "includes.h"
-extern int DEBUGLEVEL;
-
#define ZERO_ZERO 0
/* This contains elements that differentiate locks. The smbpid is a
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index db0de5bb3f..70995da3e2 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -36,7 +36,6 @@
*/
#include "includes.h"
-extern int DEBUGLEVEL;
uint16 global_smbpid;
/* the locking database handle */
diff --git a/source3/locking/posix.c b/source3/locking/posix.c
index 8fbe2e2fda..8b3538d8ca 100644
--- a/source3/locking/posix.c
+++ b/source3/locking/posix.c
@@ -24,7 +24,6 @@
*/
#include "includes.h"
-extern int DEBUGLEVEL;
/*
* The POSIX locking database handle.