From 8e63386203dcf6377a9c5a49207249523d66ccd3 Mon Sep 17 00:00:00 2001 From: Mahmoud Al-Qudsi Date: Sat, 29 Jul 2017 13:14:49 -0500 Subject: [PATCH] Removed old/unneeded variants of block_child --- src/exec.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/exec.cpp b/src/exec.cpp index 1251e5ed0..23e604f48 100644 --- a/src/exec.cpp +++ b/src/exec.cpp @@ -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