Browse Source

* remove wrong reference to TProcess causing compilation broken on targets without unit process

git-svn-id: branches/fixes_2_6@25612 -
Tomas Hajny 12 years ago
parent
commit
3c19ac688e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      packages/fppkg/src/pkghandler.pp

+ 0 - 1
packages/fppkg/src/pkghandler.pp

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