mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 17:48:46 +02:00
- remove unneeded local variable
git-svn-id: trunk@42386 -
This commit is contained in:
parent
affa9f9d9c
commit
8cd1f1973b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user