mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53:10 +00:00
Remove a dead variable
This commit is contained in:
parent
f575c55f5b
commit
2ec8cd3bca
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue