[position] Remove empty implementation of Position::unmake_move
This commit is contained in:
parent
1da08df430
commit
5466693c1b
1 changed files with 0 additions and 4 deletions
|
@ -103,10 +103,6 @@ impl Position {
|
||||||
|
|
||||||
unreachable!();
|
unreachable!();
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn unmake_move(&mut self, ply: &Move) -> Result<(), UnmakeMoveError> {
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Position {
|
impl Position {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue