From: Zac Medico Date: Wed, 6 Oct 2010 06:55:02 +0000 (-0700) Subject: Remove unused variable. X-Git-Tag: v2.2_rc90~6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d05c9bcd73b5d00333e5f4368af389cee65fbf79;p=portage.git Remove unused variable. --- diff --git a/pym/_emerge/depgraph.py b/pym/_emerge/depgraph.py index cfdc03e52..78d517cf9 100644 --- a/pym/_emerge/depgraph.py +++ b/pym/_emerge/depgraph.py @@ -2487,7 +2487,6 @@ class depgraph(object): # Therefore, assume that such SLOT dependencies are already # satisfied rather than forcing a rebuild. installed = pkg_type == 'installed' - ignore_installed_slot = False if installed and not cpv_list and atom.slot: for cpv in db.match(atom.cp): slot_available = False