소스 검색

rtl: removed obsolete widechar declaration

mattias 4 년 전
부모
커밋
46053a8ce5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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;