From 56e250d467b766640b9bdf484bc7f466a7fd0756 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 19 Jul 2020 15:48:10 -0700 Subject: [PATCH] Remove a commented-out field --- src/proc.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/proc.h b/src/proc.h index cea47218f..2e6d0d325 100644 --- a/src/proc.h +++ b/src/proc.h @@ -488,10 +488,6 @@ class job_t { // This is never null and not changed after construction. job_group_ref_t group{}; - /// Process group ID for the process group that this job is running in. - /// Set to a nonexistent, non-return-value of getpgid() integer by the constructor - // pid_t pgid{INVALID_PID}; - /// \return the pgid for the job, based on the job group. /// This may be none if the job consists of just internal fish functions or builtins. /// This may also be fish itself.