From: Zac Medico Date: Sat, 8 Apr 2006 07:18:15 +0000 (-0000) Subject: Remove redundant "please tell me what to do" code, which is now handled earlier. X-Git-Tag: v2.1_pre8~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=adbfcda9c081aed3424169423b1c5cc0a7dee435;p=portage.git Remove redundant "please tell me what to do" code, which is now handled earlier. svn path=/main/trunk/; revision=3096 --- diff --git a/bin/emerge b/bin/emerge index 24ae8bc04..bdc604105 100755 --- a/bin/emerge +++ b/bin/emerge @@ -3291,11 +3291,6 @@ else: if not ("--quiet" in myopts): print "\b\b... done!" else: - if not myfiles: - print "emerge: please tell me what to do." - help() - sys.exit(1) - #we don't have any files to process; skip this step and exit if not ("--quiet" in myopts): print "Calculating dependencies ", sys.stdout.flush()