Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[samba.git] / source3 / libsmb / nmblib.c
index 4ecc887524ca7f6cd0b11bcf8d540d3b15215825..d7bd7b49a0bd0567e42b3f1a8fa6282c58130db9 100644 (file)
@@ -22,8 +22,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 int num_good_sends = 0;
 int num_good_receives = 0;
 
@@ -1269,5 +1267,3 @@ int name_len(char *s1)
 
        return(len);
 } /* name_len */
-
-