- 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; 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;