diff options
author | Zac Medico <zmedico@gentoo.org> | 2006-04-08 07:18:15 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2006-04-08 07:18:15 +0000 |
commit | adbfcda9c081aed3424169423b1c5cc0a7dee435 (patch) | |
tree | 19fee437cfe5eb99a909313c93d6fcfca8fcdfad | |
parent | f05ff8cd60888a6f9c21931986e2af4f5abf39fb (diff) | |
download | portage-adbfcda9c081aed3424169423b1c5cc0a7dee435.tar.gz portage-adbfcda9c081aed3424169423b1c5cc0a7dee435.tar.bz2 portage-adbfcda9c081aed3424169423b1c5cc0a7dee435.zip |
Remove redundant "please tell me what to do" code, which is now handled earlier.
svn path=/main/trunk/; revision=3096
-rwxr-xr-x | bin/emerge | 5 |
1 files changed, 0 insertions, 5 deletions
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() |