britney.py: drop inaccurate comment

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
Adam D. Barratt 2015-04-27 18:50:48 +00:00
parent 7a53010adc
commit d8fa67cee8

View File

@ -1768,8 +1768,7 @@ class Britney(object):
skip_archall = True
else: skip_archall = False
# check all the packages for this architecture, calling add_nuninst if a new
# uninstallable package is found
# check all the packages for this architecture
nuninst[arch] = set()
for pkg_name in binaries[arch][0]:
pkgdata = binaries[arch][0][pkg_name]