Explorar el Código

rtl: removed obsolete widechar declaration

mattias hace 4 años
padre
commit
46053a8ce5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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;