summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-12 16:11:13 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 14:47:07 +1000
commita82fba349989376397dbbb07ca3212713424c411 (patch)
treeed68a432000deff11a2427fe9b9e101f205c540e /source3
parentba2b7f72c0459123c6bf88ee1c272e94dbfdcf9b (diff)
downloadsamba-a82fba349989376397dbbb07ca3212713424c411.tar.gz
samba-a82fba349989376397dbbb07ca3212713424c411.tar.bz2
samba-a82fba349989376397dbbb07ca3212713424c411.zip
s3-lib Remove unused #define
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/util_unistr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/lib/util_unistr.c b/source3/lib/util_unistr.c
index f279ceafc3..4f4f65cbc0 100644
--- a/source3/lib/util_unistr.c
+++ b/source3/lib/util_unistr.c
@@ -21,10 +21,6 @@
#include "includes.h"
-#ifndef MAXUNI
-#define MAXUNI 1024
-#endif
-
/* these 3 tables define the unicode case handling. They are loaded
at startup either via mmap() or read() from the lib directory */
static uint8 *valid_table;