Explorar o código

- remove unneeded local variable

git-svn-id: trunk@42386 -
svenbarth %!s(int64=6) %!d(string=hai) anos
pai
achega
8cd1f1973b
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      rtl/objpas/typinfo.pp

+ 0 - 2
rtl/objpas/typinfo.pp

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