removed some unnecessary code
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 Jul 2001 21:48:36 +0000 (21:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Wed, 18 Jul 2001 21:48:36 +0000 (21:48 +0000)
(This used to be commit 1436c9f424abbac2752e952172ddbdf15ec73f91)

source3/lib/util_unistr.c

index 09a9eda3ad0375071621d3fa9d6ba812a49b9a30..4a1117d8d07fae514731190394c2b6ba5c077752 100644 (file)
 
 extern int DEBUGLEVEL;
 
- smb_ucs2_t wchar_list_sep[] = { (smb_ucs2_t)' ', (smb_ucs2_t)'\t', (smb_ucs2_t)',',
-                                                               (smb_ucs2_t)';', (smb_ucs2_t)':', (smb_ucs2_t)'\n',
-                                                               (smb_ucs2_t)'\r', 0 };
-/*
- * The following are the codepage to ucs2 and vica versa maps.
- * These are dynamically loaded from a unicode translation file.
- */
-
-#define CONV_DEBUGLEVEL                83
-
 #ifndef MAXUNI
 #define MAXUNI 1024
 #endif