dead code removal

This commit is contained in:
2025-03-12 10:48:31 -04:00
parent 16eb6a1259
commit 134f922b0a
2 changed files with 1 additions and 21 deletions

View File

@@ -1,11 +1,7 @@
use super::{bitboard::BitBoard, piece::Piece, CoordAxis, CoordPair};
use arrayvec::ArrayVec;
use rand::seq::IteratorRandom;
use std::{
cmp::Ordering,
fmt,
ops::{BitAndAssign, BitOrAssign},
};
use std::{cmp::Ordering, fmt};
/// Map of all points on the board against some type T
/// Used to index like so: example[i][j]