[board] Remove an unused test helper function
test_hash() was never used. Remove it.
This commit is contained in:
parent
1686eeb35a
commit
d44c5d6a11
1 changed files with 0 additions and 4 deletions
|
@ -179,10 +179,6 @@ mod tests {
|
|||
ZobristState::new(&mut rng)
|
||||
}
|
||||
|
||||
fn test_hash() -> ZobristHash {
|
||||
ZobristHash::new(Arc::new(test_state()))
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn hash_empty_board_ai_claude() {
|
||||
let state = test_state();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue