Remove redundant pruneNonExisting() call.
authorZac Medico <zmedico@gentoo.org>
Sat, 7 May 2011 03:28:21 +0000 (20:28 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 7 May 2011 03:28:21 +0000 (20:28 -0700)
Since commit f36b9fa38b5268c2a5579db62acec026625f84a9, the
PreservedLibsRegistry automatically prunes itself each time
that it is loaded.

pym/_emerge/main.py

index 92db36ec40b6edbb821eb1be1836e993c87d3ee5..38afe7dfdfddc26a62aaa5f8f0d13267155f2a03 100644 (file)
@@ -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: