Clean up refutations array in MovePicker

This is a follow-up cleanup to a45c2bc34a.

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

No functional change
This commit is contained in:
MinetaS
2024-07-07 08:27:43 +09:00
committed by Joost VandeVondele
parent 4e9fded5a6
commit cdb0b96e07
2 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class MovePicker {
const PieceToHistory** continuationHistory;
const PawnHistory* pawnHistory;
Move ttMove;
ExtMove refutations[3], *cur, *endMoves, *endBadCaptures, *beginBadQuiets, *endBadQuiets;
ExtMove refutations[2], *cur, *endMoves, *endBadCaptures, *beginBadQuiets, *endBadQuiets;
int stage;
int threshold;
Depth depth;