mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 13:01:45 +02:00
* Remove useless local variable which prevents go32v2 compilation
git-svn-id: trunk@19067 -
This commit is contained in:
parent
30129a0363
commit
874f27a105
@ -269,7 +269,6 @@ end;
|
|||||||
{$endif HAS_UNIT_PROCESS}
|
{$endif HAS_UNIT_PROCESS}
|
||||||
|
|
||||||
Function TPackageHandler.ExecuteProcess(Const Prog,Args:String):Integer;
|
Function TPackageHandler.ExecuteProcess(Const Prog,Args:String):Integer;
|
||||||
var T:TProcess;
|
|
||||||
begin
|
begin
|
||||||
Log(vlCommands,SLogExecute,[Prog,Args]);
|
Log(vlCommands,SLogExecute,[Prog,Args]);
|
||||||
Flush(StdOut);
|
Flush(StdOut);
|
||||||
|
Loading…
Reference in New Issue
Block a user