mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-22 09:51:11 +08:00
Remove unused 'pgrp_set' variable
This commit is contained in:
parent
8de266afb4
commit
cb03be9fe6
@ -609,7 +609,6 @@ void exec_job(parser_t &parser, job_t *j) {
|
|||||||
//
|
//
|
||||||
// We are careful to set these to -1 when closed, so if we exit the loop abruptly, we can still
|
// We are careful to set these to -1 when closed, so if we exit the loop abruptly, we can still
|
||||||
// close them.
|
// close them.
|
||||||
bool pgrp_set = false;
|
|
||||||
int pipe_current_read = -1, pipe_current_write = -1, pipe_next_read = -1;
|
int pipe_current_read = -1, pipe_current_write = -1, pipe_next_read = -1;
|
||||||
for (std::unique_ptr<process_t> &unique_p : j->processes) {
|
for (std::unique_ptr<process_t> &unique_p : j->processes) {
|
||||||
if (exec_error) {
|
if (exec_error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user