Remove unused variable.
authorZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 06:55:02 +0000 (23:55 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 6 Oct 2010 23:33:29 +0000 (16:33 -0700)
pym/_emerge/depgraph.py

index e9d68a18e9f9c5cb006e8523deefb3624f0e2b3c..b086fe82473a395b958611467ce577677198cf1b 100644 (file)
@@ -2488,7 +2488,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