Browse Source

* remove duplicate types after r20603, resolves #21548

git-svn-id: trunk@20620 -
florian 13 năm trước cách đây
mục cha
commit
b01e6e1671
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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;