mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 02:40:45 +08:00
Removed unused commented out code and fixed some indentation
This commit is contained in:
parent
5e371e8fe7
commit
8c24d49c73
|
@ -386,7 +386,6 @@ bool fork_actions_make_spawn_properties(posix_spawnattr_t *attr, posix_spawn_fil
|
|||
// means that the process becomes its own
|
||||
// group leader, which is what set_child_group did
|
||||
// in this case. So we want this to be 0 if j->pgid is 0.
|
||||
//if (!j->pgid) j->pgid = getpid();
|
||||
desired_parent_group_id = j->pgid;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user