Browse Source

- remove unneeded local variable

git-svn-id: trunk@42386 -
svenbarth 6 years ago
parent
commit
8cd1f1973b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rtl/objpas/typinfo.pp

+ 0 - 2
rtl/objpas/typinfo.pp

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