From a2c91b74541a4e4d8710dbf56626e35d32750b01 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 3 May 2008 19:52:39 +0000 Subject: Fix display_problems() logic some more. (trunk r10135:10137) svn path=/main/branches/2.1.2/; revision=10138 --- bin/emerge | 6 ------ 1 file changed, 6 deletions(-) (limited to 'bin') diff --git a/bin/emerge b/bin/emerge index 038fdc1d1..7f600dbc5 100755 --- a/bin/emerge +++ b/bin/emerge @@ -7788,8 +7788,6 @@ def action_build(settings, trees, mtimedb, if not success: mydepgraph.display_problems() - - if not success: # delete the current list and also the backup # since it's probably stale too. for k in ("resume", "resume_backup"): @@ -7817,10 +7815,6 @@ def action_build(settings, trees, mtimedb, if not retval: mydepgraph.display_problems() return 1 - display = pretend or \ - ((ask or tree or verbose) and not (quiet and not ask)) - if not display: - mydepgraph.display_problems() if "--pretend" not in myopts and \ ("--ask" in myopts or "--tree" in myopts or \ -- cgit v1.2.3-1-g7c22