summaryrefslogtreecommitdiffstats
path: root/source/lib/util_unistr.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-07-18 21:48:36 +0000
committerAndrew Tridgell <tridge@samba.org>2001-07-18 21:48:36 +0000
commit1436c9f424abbac2752e952172ddbdf15ec73f91 (patch)
treed6f984f705defa561f83d5b690ddfe04b5bb30fd /source/lib/util_unistr.c
parent6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06 (diff)
downloadsamba-1436c9f424abbac2752e952172ddbdf15ec73f91.tar.gz
samba-1436c9f424abbac2752e952172ddbdf15ec73f91.tar.xz
samba-1436c9f424abbac2752e952172ddbdf15ec73f91.zip
removed some unnecessary code
Diffstat (limited to 'source/lib/util_unistr.c')
-rw-r--r--source/lib/util_unistr.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source/lib/util_unistr.c b/source/lib/util_unistr.c
index 09a9eda3ad0..4a1117d8d07 100644
--- a/source/lib/util_unistr.c
+++ b/source/lib/util_unistr.c
@@ -23,16 +23,6 @@
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