From: Zac Medico Date: Tue, 2 Mar 2010 20:32:20 +0000 (-0000) Subject: Remove deprecated binarytree.get_use() method. (trunk r15376) X-Git-Tag: v2.1.8~119 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b8bfde240e5bae3fd8e4bed201b60bdae8dc032e;p=portage.git Remove deprecated binarytree.get_use() method. (trunk r15376) svn path=/main/branches/2.1.7/; revision=15603 --- 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."""