[position] Remove empty implementation of Position::unmake_move

This commit is contained in:
Eryn Wells 2025-05-23 18:39:38 -07:00
parent 1da08df430
commit 5466693c1b

View file

@ -103,10 +103,6 @@ impl Position {
unreachable!();
}
pub fn unmake_move(&mut self, ply: &Move) -> Result<(), UnmakeMoveError> {
Ok(())
}
}
impl Position {