- remove unneeded type declaration

git-svn-id: trunk@37421 -
This commit is contained in:
svenbarth 2017-10-07 21:44:51 +00:00
parent 1ae344394a
commit 57db4b47e1

View File

@ -1671,8 +1671,6 @@ begin
end;
function TRttiInstanceType.GetProperties: specialize TArray<TRttiProperty>;
type
PPropData = ^TPropData;
var
TypeInfo: PTypeInfo;
TypeRttiType: TRttiType;