[board] Remove en passant test helper method
This commit is contained in:
parent
d221de700d
commit
7ec72035ae
1 changed files with 0 additions and 7 deletions
|
@ -193,13 +193,6 @@ impl Board {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
impl Board {
|
||||
pub(crate) fn test_set_en_passant(&mut self, en_passant: EnPassant) {
|
||||
self.en_passant = Some(en_passant);
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Board {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue