diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/_emerge/SpawnProcess.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/_emerge/SpawnProcess.py b/lib/_emerge/SpawnProcess.py index 513a7b2fe..5d8b3929e 100644 --- a/lib/_emerge/SpawnProcess.py +++ b/lib/_emerge/SpawnProcess.py @@ -51,10 +51,6 @@ class SpawnProcess(SubProcess): ) ) - # Max number of attempts to kill the processes listed in cgroup.procs, - # given that processes may fork before they can be killed. - _CGROUP_CLEANUP_RETRY_MAX = 8 - def _start(self): if self.fd_pipes is None: self.fd_pipes = {} |