Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(84)

Unified Diff: pym/_emerge/main.py

Issue 6714030: Cleanup preserved lib locking in portage. (Closed)
Patch Set: Rebase Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pym/_emerge/actions.py ('k') | pym/portage/dbapi/vartree.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pym/_emerge/main.py
diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py
index 82b1444c5c8b64eb419856948fa4eabc0ed747cb..3a47a59b79460312b551a36833bc8103d5c3d91d 100644
--- a/pym/_emerge/main.py
+++ b/pym/_emerge/main.py
@@ -217,9 +217,6 @@ def display_preserved_libs(vardbapi, myopts):
# preserve-libs is entirely disabled
return
- # Ensure the registry is consistent with existing files.
- vardbapi._plib_registry.pruneNonExisting()
-
if vardbapi._plib_registry.hasEntries():
if "--quiet" in myopts:
print()
« no previous file with comments | « pym/_emerge/actions.py ('k') | pym/portage/dbapi/vartree.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698