Update outdated comments

closes https://github.com/official-stockfish/Stockfish/pull/5158

No functional change
This commit is contained in:
Disservin
2024-04-07 14:26:23 +02:00
committed by Joost VandeVondele
parent c55ae376f6
commit 432995ad82
3 changed files with 3 additions and 4 deletions

View File

@@ -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]];