mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-09-07 09:10:10 +02:00
rtl: removed TTypeInfoDynArray.DimCount
This commit is contained in:
parent
9887ffdd6a
commit
3678564156
@ -106,7 +106,6 @@ type
|
||||
|
||||
TTypeInfoDynArray = class external name 'rtl.tTypeInfoDynArray'(TTypeInfo)
|
||||
public
|
||||
DimCount: NativeInt external name 'dimcount';
|
||||
ElType: TTypeInfo external name 'eltype';
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user