Explorar el Código

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

Sven/Sarah Barth hace 2 años
padre
commit
7420dc545d
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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^)