mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
Removed old/unneeded variants of block_child
This commit is contained in:
parent
16d2f4faff
commit
8e63386203
|
@ -519,8 +519,6 @@ void exec_job(parser_t &parser, job_t *j) {
|
|||
//set to true if we end up forking for this process
|
||||
bool child_forked = false;
|
||||
bool child_spawned = false;
|
||||
// bool block_child = !needs_keepalive;
|
||||
// bool block_child = pipes_to_next_command;
|
||||
bool block_child = true;
|
||||
|
||||
// The pipes the current process write to and read from. Unfortunately these can't be just
|
||||
|
|
Loading…
Reference in New Issue
Block a user