Browse Source

rtl: removed TTypeInfoDynArray.DimCount

mattias 4 years ago
parent
commit
838825b0b2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/rtl/typinfo.pas

+ 0 - 1
packages/rtl/typinfo.pas

@@ -106,7 +106,6 @@ type
 
   TTypeInfoDynArray = class external name 'rtl.tTypeInfoDynArray'(TTypeInfo)
   public
-    DimCount: NativeInt external name 'dimcount';
     ElType: TTypeInfo external name 'eltype';
   end;