Update accounting.rs (#1411)
Remove dead code for better semantic compliance
This commit is contained in:
parent
ff2f325d68
commit
a55d40cd00
@ -214,7 +214,7 @@ where
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if top_acc.max_accounting[idx] >= self.accounting_map[idx] {
|
if top_acc.max_accounting[idx] == self.accounting_map[idx] {
|
||||||
equal_score = true;
|
equal_score = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user