Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / lib / pidfile.c
index a26aa12a3c1bb18f41558af0798a5e45977367f4..a9b2da0d7fde6554e841e46a191e34be658bf9f9 100644 (file)
@@ -23,9 +23,6 @@
 
 #include "includes.h"
 
-
-extern int DEBUGLEVEL;
-
 #ifndef O_NONBLOCK
 #define O_NONBLOCK
 #endif