Remove deprecated binarytree.get_use() method.
authorZac Medico <zmedico@gentoo.org>
Fri, 19 Feb 2010 09:15:12 +0000 (09:15 -0000)
committerZac Medico <zmedico@gentoo.org>
Fri, 19 Feb 2010 09:15:12 +0000 (09:15 -0000)
svn path=/main/trunk/; revision=15376

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."""