Przeglądaj źródła

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

Sven/Sarah Barth 2 lat temu
rodzic
commit
7420dc545d
1 zmienionych plików z 0 dodań i 4 usunięć
  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^)