mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-12 07:52:38 +00:00
Remove an unused variable
This commit is contained in:
parent
0483fc91c1
commit
4f213e93be
@ -114,8 +114,6 @@ class ResultsBase(object):
|
||||
add("Happiness Level", str(cr.get_happiness()))
|
||||
add("Hosts with good shares", str(cr.get_host_counter_good_shares()))
|
||||
|
||||
rrr = cr.get_corrupt_shares()
|
||||
|
||||
if cr.get_corrupt_shares():
|
||||
badsharemap = []
|
||||
for (s, si, shnum) in cr.get_corrupt_shares():
|
||||
|
Loading…
Reference in New Issue
Block a user