diff options
author | Michael Adam <obnox@samba.org> | 2010-10-29 20:50:28 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-11-03 22:45:19 +0000 |
commit | f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82 (patch) | |
tree | 07d131980012fc80cd71a21686e805483d7755ae /lib | |
parent | 14718a725b65828c470167b922260840343d9843 (diff) | |
download | samba-f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82.tar.gz |
util/charset: remove a duplicate comment.
This seems to have been copied twice from source3/ code.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/charset/charset.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/util/charset/charset.h b/lib/util/charset/charset.h index bd08f7efd9d..a66e24f2b96 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 |