remove false comment
This commit is contained in:
parent
06a35bda10
commit
0cc4c3bf92
@ -172,7 +172,6 @@ impl FutureMoves {
|
||||
let mut by_depth: HashMap<usize, Vec<usize>> = HashMap::new();
|
||||
for idx in indexes {
|
||||
let depth = self.depth_of(idx);
|
||||
// -1 because `depth_of` is one-indexed
|
||||
if let Some(got) = by_depth.get_mut(&depth) {
|
||||
got.push(idx);
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user