From: Zac Medico Date: Fri, 19 Feb 2010 09:15:12 +0000 (-0000) Subject: Remove deprecated binarytree.get_use() method. X-Git-Tag: v2.2_rc63~26 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bee9124ad1a2d7bf099f60907669d6a75798a545;p=portage.git Remove deprecated binarytree.get_use() method. svn path=/main/trunk/; revision=15376 --- 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."""