فهرست منبع

* remove redundant variable reported by Lagprogramming on forum.

(cherry picked from commit 2628a6ee17de65f18e6b4148a601cd35ec331717)
marcoonthegit 2 سال پیش
والد
کامیت
49c96f4629
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      packages/fcl-process/src/unix/process.inc

+ 0 - 4
packages/fcl-process/src/unix/process.inc

@@ -454,10 +454,6 @@ begin
 end;
 
 Function TProcess.WaitOnExit : Boolean;
-
-Var
-  R : Dword;
-
 begin
   if FRunning then
     fexitcode:=waitprocess(handle);