- remove unneeded local variable

git-svn-id: trunk@42386 -
This commit is contained in:
svenbarth 2019-07-12 22:06:48 +00:00
parent affa9f9d9c
commit 8cd1f1973b

View File

@ -1017,8 +1017,6 @@ begin
end;
function GetAttribute(AttributeTable: PAttributeTable; AttributeNr: Word): TCustomAttribute;
var
AttributeProcList: TAttributeProcList;
begin
if (AttributeTable=nil) or (AttributeNr>=AttributeTable^.AttributeCount) then
result := nil