mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Remove invalid error message
This clause is in NO_VFORK, vfork_exec_wrapper is irrelevant there
This commit is contained in:
parent
a8a699133e
commit
b157e1a09a
1 changed files with 0 additions and 4 deletions
|
|
@ -926,10 +926,6 @@ SystemExec::start (StdErrMode stderr_mode, const char *vfork_exec_wrapper)
|
|||
#else
|
||||
signal (SIGPIPE, SIG_DFL);
|
||||
#endif
|
||||
if (!vfork_exec_wrapper) {
|
||||
error << _("Cannot start external process, no vfork wrapper") << endmsg;
|
||||
return -1;
|
||||
}
|
||||
|
||||
int good_fds[2] = { pok[1], -1 };
|
||||
close_allv(good_fds);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue