瀏覽代碼

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

Sven/Sarah Barth 2 年之前
父節點
當前提交
7420dc545d
共有 1 個文件被更改,包括 0 次插入4 次删除
  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^)