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 06:55:02 +0000 (23:55 -0700)
pym/_emerge/depgraph.py

index cfdc03e5293ea761e9441964af8fdce6da262c5f..78d517cf9066a9d8e8413444fb4623596d70b0c5 100644 (file)
@@ -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