summaryrefslogtreecommitdiff
path: root/source3/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
commit45635a4a799f9f6efbcb8d021bec60a2eb479808 (patch)
treebdf0daab200840e6bcb2bf78577a256311eb26ba /source3/lib/util_unistr.c
parentaefa7e1c3f70f4e31900d3f852e287db61f5142d (diff)
downloadsamba-45635a4a799f9f6efbcb8d021bec60a2eb479808.tar.gz
samba-45635a4a799f9f6efbcb8d021bec60a2eb479808.tar.bz2
samba-45635a4a799f9f6efbcb8d021bec60a2eb479808.zip
removed some unnecessary code
(This used to be commit 1436c9f424abbac2752e952172ddbdf15ec73f91)
Diffstat (limited to 'source3/lib/util_unistr.c')
-rw-r--r--source3/lib/util_unistr.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index 09a9eda3ad..4a1117d8d0 100644
--- a/source3/lib/util_unistr.c
+++ b/source3/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