summaryrefslogtreecommitdiffstats
path: root/pym
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2010-02-19 09:15:12 +0000
committerZac Medico <zmedico@gentoo.org>2010-02-19 09:15:12 +0000
commitbee9124ad1a2d7bf099f60907669d6a75798a545 (patch)
tree0e1629c1ce3d090db050b85f955c6b744141daea /pym
parent58d2352359ed6cc945799a3ef1c07341f8711c4e (diff)
downloadportage-bee9124ad1a2d7bf099f60907669d6a75798a545.tar.gz
portage-bee9124ad1a2d7bf099f60907669d6a75798a545.tar.bz2
portage-bee9124ad1a2d7bf099f60907669d6a75798a545.zip
Remove deprecated binarytree.get_use() method.
svn path=/main/trunk/; revision=15376
Diffstat (limited to 'pym')
-rw-r--r--pym/portage/dbapi/bintree.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pym/portage/dbapi/bintree.py b/pym/portage/dbapi/bintree.py
index f3b7b00de..ce636dd9c 100644
--- a/pym/portage/dbapi/bintree.py
+++ b/pym/portage/dbapi/bintree.py
@@ -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."""