mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 20:25:25 +08:00
Remove a dead variable
This commit is contained in:
parent
f575c55f5b
commit
2ec8cd3bca
@ -1020,7 +1020,6 @@ static bool exec_process_in_job(parser_t &parser, process_t *p, std::shared_ptr<
|
||||
// Allow buffering unless this is a deferred run. If deferred, then processes after us
|
||||
// were already launched, so they are ready to receive (or reject) our output.
|
||||
bool allow_buffering = !is_deferred_run;
|
||||
auto cached_exec_count = parser.libdata().exec_count;
|
||||
if (!exec_block_or_func_process(parser, j, p, all_ios, process_net_io_chain,
|
||||
allow_buffering)) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user