mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-18 10:09:22 +02:00
rtl: removed TTypeInfoDynArray.DimCount
This commit is contained in:
parent
0b86b71d49
commit
838825b0b2
@ -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