mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-24 03:41:12 +00:00
Remove two unused variables from iter_packages()
The code using the variables was refactored in 694d614b. As a result they were still set in iter_packages() but never subsequently used. Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
9f3e1630b4
commit
5ec47a0e72
@ -2135,8 +2135,6 @@ class Britney(object):
|
||||
|
||||
nuninst[arch] = set([x for x in nuninst_comp[arch] if x in binaries[arch][0]])
|
||||
nuninst[arch + "+all"] = set([x for x in nuninst_comp[arch + "+all"] if x in binaries[arch][0]])
|
||||
broken = nuninst[arch + "+all"]
|
||||
to_check = []
|
||||
|
||||
check_packages(arch, affected, skip_archall, nuninst, pkg)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user