util/charset: remove a duplicate comment.
authorMichael Adam <obnox@samba.org>
Fri, 29 Oct 2010 18:50:28 +0000 (20:50 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 3 Nov 2010 22:45:19 +0000 (22:45 +0000)
This seems to have been copied twice from source3/ code.

lib/util/charset/charset.h

index bd08f7efd9dc3ea5e5dbe7aa0fe1867cfee37509..a66e24f2b96982a265cdc2721b8e6d25db5ec1c3 100644 (file)
@@ -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;
 
 
 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
 #ifdef WORDS_BIGENDIAN
 #define UCS2_SHIFT 8
 #else