Removed unused return value from excuse_unsat_dep

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2011-12-29 14:45:14 +01:00
parent 20682bfa5b
commit b52ff787e0

View File

@ -1048,8 +1048,6 @@ class Britney:
else:
excuse.add_break_dep(p, arch)
return True
# Package analysis methods
# ------------------------