mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 21:29:42 +02:00
- remove unneeded type declaration
git-svn-id: trunk@37421 -
This commit is contained in:
parent
1ae344394a
commit
57db4b47e1
@ -1671,8 +1671,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
function TRttiInstanceType.GetProperties: specialize TArray<TRttiProperty>;
|
function TRttiInstanceType.GetProperties: specialize TArray<TRttiProperty>;
|
||||||
type
|
|
||||||
PPropData = ^TPropData;
|
|
||||||
var
|
var
|
||||||
TypeInfo: PTypeInfo;
|
TypeInfo: PTypeInfo;
|
||||||
TypeRttiType: TRttiType;
|
TypeRttiType: TRttiType;
|
||||||
|
Loading…
Reference in New Issue
Block a user