Remove an unnecessary if-statement

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent 9971714e27
commit 68407c53c0
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -239,7 +239,6 @@ class InstallabilitySolver(object):
oldcons = set(chain.from_iterable(universe.negative_dependencies_of(r) for r in rms))
newcons = set(chain.from_iterable(universe.negative_dependencies_of(a) for a in adds))
oldcons -= newcons
if oldcons:
# Some of the old binaries have "conflicts" that will
# be removed.
for o in ifilter_only(ptable, oldcons):

Loading…
Cancel
Save