summaryrefslogtreecommitdiff
path: root/lib/util/charset
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-10-29 20:50:28 +0200
committerMichael Adam <obnox@samba.org>2010-11-03 22:45:19 +0000
commitf14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82 (patch)
tree07d131980012fc80cd71a21686e805483d7755ae /lib/util/charset
parent14718a725b65828c470167b922260840343d9843 (diff)
downloadsamba-f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82.tar.gz
samba-f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82.tar.bz2
samba-f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82.zip
util/charset: remove a duplicate comment.
This seems to have been copied twice from source3/ code.
Diffstat (limited to 'lib/util/charset')
-rw-r--r--lib/util/charset/charset.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h
index bd08f7efd9..a66e24f2b9 100644
--- a/lib/util/charset/charset.h
+++ b/lib/util/charset/charset.h
@@ -39,11 +39,6 @@ typedef enum {CH_UTF16LE=0, CH_UTF16=0, CH_UNIX, CH_DISPLAY, CH_DOS, CH_UTF8, CH
typedef uint16_t smb_ucs2_t;
-/*
- * SMB UCS2 (16-bit unicode) internal type.
- * smb_ucs2_t is *always* in little endian format.
- */
-
#ifdef WORDS_BIGENDIAN
#define UCS2_SHIFT 8
#else