summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/locks.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/portage/locks.py b/pym/portage/locks.py
index 87fbe0726..59fbc6ec0 100644
--- a/pym/portage/locks.py
+++ b/pym/portage/locks.py
@@ -45,7 +45,6 @@ def _close_fds():
descriptors for locks held by the parent process. This can be called
safely after a fork without exec, unlike the _setup_pipes close_fds
behavior.
- .
"""
while _open_fds:
os.close(_open_fds.pop())