diff --git a/src/exec.cpp b/src/exec.cpp index 258133261..bed8bf27c 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -518,7 +518,6 @@ void exec_job(parser_t &parser, job_t *j) { 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