mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-18 01:39:06 +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)
|
TTypeInfoDynArray = class external name 'rtl.tTypeInfoDynArray'(TTypeInfo)
|
||||||
public
|
public
|
||||||
DimCount: NativeInt external name 'dimcount';
|
|
||||||
ElType: TTypeInfo external name 'eltype';
|
ElType: TTypeInfo external name 'eltype';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user