Skip to content

Commit

Permalink
Remove resolved TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
na2hiro committed Oct 13, 2023
1 parent 10f783c commit 5776c78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/position.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ impl From<shogi_core::PartialPosition> for PartialPosition {
#[derive(Debug, Clone)]
struct State {
/// Zobrist hashes for (board ^ side, hand)
/// TODO: It seems it's always used by XOR-ing two keys. Can we only store a single XOR-ed key?
keys: (Key, Key),
/// Piece captured on the last move
captured: Option<Piece>,
Expand Down

0 comments on commit 5776c78

Please sign in to comment.