Parcourir la source

rtl: removed obsolete widechar declaration

mattias il y a 4 ans
Parent
commit
46053a8ce5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;