From 6de6e2dcb9dd4bc115ab34ddcbd08d48504801ff Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sun, 16 Jun 2013 22:59:02 -0700 Subject: [PATCH] action_build: remove useless --ask autoclean This autoclean invocation would should have no effect anyway, unless the vdb happens to be in an inconsistent state due to a previously interrupted emerge (relatively rare). --- pym/_emerge/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index fd8c0b4e6..6dc384b70 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -375,8 +375,6 @@ def action_build(settings, trees, mtimedb, not oneshot and world_candidates: # Prompt later, inside saveNomergeFavorites. prompt = None - elif settings["AUTOCLEAN"] and "yes"==settings["AUTOCLEAN"]: - prompt="Nothing to merge; would you like to auto-clean packages?" else: print() print("Nothing to merge; quitting.") -- 2.26.2