From f14d84e2f233dd337bbd9bb0166f8bf0cc8f7a82 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 29 Oct 2010 20:50:28 +0200 Subject: util/charset: remove a duplicate comment. This seems to have been copied twice from source3/ code. --- lib/util/charset/charset.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/util/charset') 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 -- cgit