[position] Remove the unused Position::move_is_legal

This commit is contained in:
Eryn Wells 2024-01-29 20:12:41 -08:00
parent 13e166e059
commit 98c8ef6e24

View file

@ -246,10 +246,6 @@ impl Position {
.next()
.unwrap()
}
pub(crate) fn move_is_legal(&self, mv: Move) -> bool {
true
}
}
// crate::position methods