diff options
-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 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 |