浏览代码

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;