* Remove useless local variable which prevents go32v2 compilation

git-svn-id: trunk@19067 -
This commit is contained in:
pierre 2011-09-14 21:55:36 +00:00
parent 30129a0363
commit 874f27a105

View File

@ -269,7 +269,6 @@ end;
{$endif HAS_UNIT_PROCESS}
Function TPackageHandler.ExecuteProcess(Const Prog,Args:String):Integer;
var T:TProcess;
begin
Log(vlCommands,SLogExecute,[Prog,Args]);
Flush(StdOut);