Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
[tprouty/samba.git] / source / lib / util_unistr.c
index 887c15f0d9c09a9546be0d346a2550de15c163bc..1054eab6e1afda9573a5717480702ba2464b52c9 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "includes.h"
 
-extern int DEBUGLEVEL;
-
 #ifndef MAXUNI
 #define MAXUNI 1024
 #endif
@@ -453,4 +451,3 @@ smb_ucs2_t *strncat_wa(smb_ucs2_t *dest, const char *src, const size_t max)
        SAFE_FREE(ucs2_src);
        return dest;
 }
-