From 45635a4a799f9f6efbcb8d021bec60a2eb479808 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 18 Jul 2001 21:48:36 +0000 Subject: removed some unnecessary code (This used to be commit 1436c9f424abbac2752e952172ddbdf15ec73f91) --- source3/lib/util_unistr.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source3/lib/util_unistr.c') 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 -- cgit