Browse Source

rtl: removed obsolete widechar declaration

mattias 4 năm trước cách đây
mục cha
commit
46053a8ce5
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/rtl/system.pas

+ 0 - 1
packages/rtl/system.pas

@@ -87,7 +87,6 @@ type
 
   UnicodeString = type String;
   WideString = type String;
-  WideChar = char;
   UnicodeChar = char;
 
   TDynArrayIndex = NativeInt;