* remove redundant variable reported by Lagprogramming on forum.

This commit is contained in:
marcoonthegit 2023-07-13 09:44:04 +02:00
parent 4beda764aa
commit 2628a6ee17

View File

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