mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 13:49:17 +02:00
* pas2jni: Removed debug stuff.
git-svn-id: trunk@24494 -
This commit is contained in:
parent
e2cd2813ce
commit
f174c4df83
@ -185,7 +185,6 @@ begin
|
|||||||
ppudumpprog:=s;
|
ppudumpprog:=s;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
writeln(ppudumpprog);
|
|
||||||
p.Executable:=ppudumpprog;
|
p.Executable:=ppudumpprog;
|
||||||
p.Parameters.Add(un);
|
p.Parameters.Add(un);
|
||||||
p.Options:=[poUsePipes, poNoConsole, poStderrToOutPut];
|
p.Options:=[poUsePipes, poNoConsole, poStderrToOutPut];
|
||||||
|
Loading…
Reference in New Issue
Block a user