Remove deprecated binarytree.get_use() method. (trunk r15376)
authorZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:32:20 +0000 (20:32 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 2 Mar 2010 20:32:20 +0000 (20:32 -0000)
svn path=/main/branches/2.1.7/; revision=15603

pym/portage/dbapi/bintree.py

index f3b7b00de73886fe9f7ab7f9ac52beff1bb27cad..ce636dd9ca35491a34a1b704df4bede069f36282 100644 (file)
@@ -1111,11 +1111,6 @@ class binarytree(object):
                # package is downloaded, state is updated by self.inject().
                return True
 
-       def get_use(self, pkgname):
-               writemsg("deprecated use of binarytree.get_use()," + \
-                       " use dbapi.aux_get() instead", noiselevel=-1)
-               return self.dbapi.aux_get(pkgname, ["USE"])[0].split()
-
        def gettbz2(self, pkgname):
                """Fetches the package from a remote site, if necessary.  Attempts to
                resume if the file appears to be partially downloaded."""