From 547d22391e7162fe79a793d7662b3d6d60327796 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 6 May 2011 20:28:21 -0700 Subject: Remove redundant pruneNonExisting() call. Since commit f36b9fa38b5268c2a5579db62acec026625f84a9, the PreservedLibsRegistry automatically prunes itself each time that it is loaded. --- pym/_emerge/main.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym/_emerge') 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: -- cgit v1.2.3-1-g7c22