Browse Source

rtl: removed obsolete widechar declaration

mattias 4 years ago
parent
commit
c09d97e72d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/rtl/system.pas

+ 0 - 1
packages/rtl/system.pas

@@ -86,7 +86,6 @@ type
   NativeLargeUInt = NativeUInt;
 
   WideString = type String;
-  WideChar = char;
   UnicodeChar = char;
 
   TDynArrayIndex = NativeInt;