Ver Fonte

- duplicate defintion of TBoundArray removed, resolves #32530

git-svn-id: trunk@37627 -
florian há 8 anos atrás
pai
commit
7741b495bd
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      rtl/objpas/objpas.pp

+ 0 - 2
rtl/objpas/objpas.pp

@@ -54,8 +54,6 @@ interface
 {$endif CPU16}
        TPointerArray = PointerArray;
        PPointerArray = ^PointerArray;
-       TBoundArray = array of integer;
-
 
        // Delphi Berlin compatibility 
        FixedInt = Int32;