Remove unused "olddbapi" variable.
authorZac Medico <zmedico@gentoo.org>
Thu, 22 Jun 2006 08:24:45 +0000 (08:24 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 22 Jun 2006 08:24:45 +0000 (08:24 -0000)
svn path=/main/trunk/; revision=3593

bin/emerge

index ec9aaa0a18934e298b51bc47e95d0cb56cdb1320..db16b8d8b92f4b274f53dd578d1cfe22c6689b68 100755 (executable)
@@ -897,11 +897,9 @@ def genericdict(mylist):
                mynewdict[portage.dep_getkey(x)]=x
        return mynewdict
 
-olddbapi=None
 class depgraph:
 
        def __init__(self,myaction,myopts):
-               global olddbapi
                self.pkgsettings = portage.config(clone=portage.settings)
                if not self.pkgsettings["ARCH"]:
                        portage.writemsg(red("\a!!! ARCH is not set... Are you missing the /etc/make.profile symlink?\n"),