Remove a dead hunk of code spotted by antarus.
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Aug 2006 03:05:54 +0000 (03:05 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Aug 2006 03:05:54 +0000 (03:05 -0000)
svn path=/main/trunk/; revision=4208

bin/repoman

index 6cb7abbc3eb60aae32a9dfd57faa9c5a7936140e..572dd4f73681f34142576e75594b9dcd1d0e00bc 100755 (executable)
@@ -1486,22 +1486,6 @@ else:
                print
                sys.exit(1)
 
-       mymissing=None
-       if mymissing:
-               print "The following files are obviously missing from your cvs tree"
-               print "and are being fetched so we can continue:"
-               for x in mymissing:
-                       print "   ",x
-               if "--pretend" in myoptions:
-                       print "(/usr/bin/cvs -q up "+string.join(mymissing)+")"
-                       retval=0
-               else:
-                       retval=os.system("/usr/bin/cvs -q up "+string.join(mymissing))
-               if retval:
-                       print "!!! Exiting on cvs (shell) error code:",retval
-                       sys.exit(retval)
-               del mymissing
-
        retval=["",""]
        if isCvs:
                print "Performing a "+green("cvs -n up")+" with a little magic grep to check for updates."