Update accounting.rs (#1411)

Remove dead code for better semantic compliance
This commit is contained in:
mark0 2023-08-10 23:46:56 +08:00 committed by GitHub
parent ff2f325d68
commit a55d40cd00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
} }