diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-12 16:11:13 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 14:47:07 +1000 |
commit | a82fba349989376397dbbb07ca3212713424c411 (patch) | |
tree | ed68a432000deff11a2427fe9b9e101f205c540e /source3/lib/util_unistr.c | |
parent | ba2b7f72c0459123c6bf88ee1c272e94dbfdcf9b (diff) | |
download | samba-a82fba349989376397dbbb07ca3212713424c411.tar.gz samba-a82fba349989376397dbbb07ca3212713424c411.tar.xz samba-a82fba349989376397dbbb07ca3212713424c411.zip |
s3-lib Remove unused #define
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/lib/util_unistr.c')
-rw-r--r-- | source3/lib/util_unistr.c | 4 |
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; |