Browse Source

- remove unused variable; reported by Alexey Torgashin on the forum

Sven/Sarah Barth 2 years ago
parent
commit
7420dc545d
1 changed files with 0 additions and 4 deletions
  1. 0 4
      rtl/objpas/fgl.pp

+ 0 - 4
rtl/objpas/fgl.pp

@@ -1104,10 +1104,6 @@ begin
 end;
 
 function TFPGObjectList.GetFirst: T;
-
-Var
-  P: Pointer;
-
 begin
   if FCount<>0 then
     Result := T(inherited GetFirst^)