mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Remove another unnecessary Search::Stack field
No functional change Resolves #535
This commit is contained in:
@@ -41,7 +41,6 @@ struct Stack {
|
||||
Move currentMove;
|
||||
Move excludedMove;
|
||||
Move killers[2];
|
||||
Depth reduction;
|
||||
Value staticEval;
|
||||
bool skipEarlyPruning;
|
||||
int moveCount;
|
||||
|
||||
Reference in New Issue
Block a user