瀏覽代碼

* remove duplicate types after r20603, resolves #21548

git-svn-id: trunk@20620 -
florian 13 年之前
父節點
當前提交
b01e6e1671
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      rtl/inc/softfpu.pp

+ 0 - 6
rtl/inc/softfpu.pp

@@ -106,12 +106,6 @@ TYPE
   end;
 
   flag = byte;
-  uint8 = byte;
-  int8 = shortint;
-  uint16 = word;
-  int16 = smallint;
-  uint32 = longword;
-  int32 = longint;
 
   bits8 = byte;
   sbits8 = shortint;