aboutsummaryrefslogtreecommitdiffhomepage
path: root/postfork.cpp
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-04 15:47:55 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-11-04 15:47:55 -0800
commit8c24d49c732624e6fefbab637940afa1a789cb1c (patch)
treefb03b4eb2fbc83e833a64fad4be421fec3d31fbc /postfork.cpp
parent5e371e8fe7cbdecd87678d50d06c12851213776e (diff)
Removed unused commented out code and fixed some indentation
Diffstat (limited to 'postfork.cpp')
-rw-r--r--postfork.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/postfork.cpp b/postfork.cpp
index d161712e..4379ca2d 100644
--- a/postfork.cpp
+++ b/postfork.cpp
@@ -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;
}