rtl: removed TTypeInfoDynArray.DimCount

This commit is contained in:
mattias 2021-01-14 22:11:50 +00:00
parent 9887ffdd6a
commit 3678564156

View File

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