mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Remove an unused variable
This commit is contained in:
parent
4e1fdaf5a7
commit
47b9907113
1 changed files with 0 additions and 2 deletions
|
@ -903,8 +903,6 @@ static bool exec_process_in_job(parser_t &parser, process_t *p, std::shared_ptr<
|
||||||
|
|
||||||
// The IO chain for this process.
|
// The IO chain for this process.
|
||||||
io_chain_t process_net_io_chain = j->block_io_chain();
|
io_chain_t process_net_io_chain = j->block_io_chain();
|
||||||
auto cached_status = proc_get_last_status();
|
|
||||||
|
|
||||||
if (pipes.write.valid()) {
|
if (pipes.write.valid()) {
|
||||||
process_net_io_chain.push_back(std::make_shared<io_pipe_t>(
|
process_net_io_chain.push_back(std::make_shared<io_pipe_t>(
|
||||||
p->pipe_write_fd, false /* not input */, std::move(pipes.write)));
|
p->pipe_write_fd, false /* not input */, std::move(pipes.write)));
|
||||||
|
|
Loading…
Reference in a new issue