summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2011-05-06 20:28:21 -0700
committerZac Medico <zmedico@gentoo.org>2011-05-06 20:28:21 -0700
commit547d22391e7162fe79a793d7662b3d6d60327796 (patch)
tree6e80df6e13abd12ba25871cb28264375d58844ee /pym
parentf4ef24e29e2968bd581425198220dce7d6a28bc3 (diff)
downloadportage-547d22391e7162fe79a793d7662b3d6d60327796.tar.gz
portage-547d22391e7162fe79a793d7662b3d6d60327796.tar.bz2
portage-547d22391e7162fe79a793d7662b3d6d60327796.zip
Remove redundant pruneNonExisting() call.
Since commit f36b9fa38b5268c2a5579db62acec026625f84a9, the PreservedLibsRegistry automatically prunes itself each time that it is loaded.
Diffstat (limited to 'pym')
-rw-r--r--pym/_emerge/main.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 92db36ec4..38afe7dfd 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -220,7 +220,6 @@ def display_preserved_libs(vardbapi, myopts):
# Explicitly load and prune the PreservedLibsRegistry in order
# to ensure that we do not display stale data.
vardbapi._plib_registry.load()
- vardbapi._plib_registry.pruneNonExisting()
if vardbapi._plib_registry.hasEntries():
if "--quiet" in myopts: