Remove redundant "please tell me what to do" code, which is now handled earlier.
authorZac Medico <zmedico@gentoo.org>
Sat, 8 Apr 2006 07:18:15 +0000 (07:18 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 8 Apr 2006 07:18:15 +0000 (07:18 -0000)
svn path=/main/trunk/; revision=3096

bin/emerge

index 24ae8bc0482f71efd8f3868c4fd940afa0e942df..bdc604105623a34d546a2cd04055173670bbdd8b 100755 (executable)
@@ -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()