mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 19:46:55 +08:00
Update outdated comments
closes https://github.com/official-stockfish/Stockfish/pull/5158 No functional change
This commit is contained in:
committed by
Joost VandeVondele
parent
c55ae376f6
commit
432995ad82
@@ -744,7 +744,6 @@ void Position::do_move(Move m, StateInfo& newSt, bool givesCheck) {
|
||||
// Update board and piece lists
|
||||
remove_piece(capsq);
|
||||
|
||||
// Update material hash key and prefetch access to materialTable
|
||||
k ^= Zobrist::psq[captured][capsq];
|
||||
st->materialKey ^= Zobrist::psq[captured][pieceCount[captured]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user