Remove comment that is no longer accurate/relevant

...after e16fa715c4 "Handle wchar_t as native
C++11 type on windows"

Change-Id: I8005a48a43f1baba3c04c11ff52d26d756f25204
This commit is contained in:
Stephan Bergmann 2017-02-11 13:05:54 +01:00
parent bc9976be20
commit 99839ca138

View file

@ -133,8 +133,6 @@ typedef signed char sal_sChar;
typedef unsigned char sal_uChar;
#if defined(SAL_W32)
// http://msdn.microsoft.com/en-us/library/s3f49ktz%28v=vs.80%29.aspx
// "By default wchar_t is a typedef for unsigned short."
typedef wchar_t sal_Unicode;
#else
#define SAL_UNICODE_NOTEQUAL_WCHAR_T