From: Zac Medico Date: Sat, 7 May 2011 03:28:21 +0000 (-0700) Subject: Remove redundant pruneNonExisting() call. X-Git-Tag: v2.1.9.48~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a2cef7d74ec6fe48b88803e1300cc77c687e922;p=portage.git Remove redundant pruneNonExisting() call. Since commit f36b9fa38b5268c2a5579db62acec026625f84a9, the PreservedLibsRegistry automatically prunes itself each time that it is loaded. --- diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index 7d7fee2af..5e6c31284 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: