Remove another unnecessary Search::Stack field

No functional change

Resolves #535
This commit is contained in:
DU-jdto
2015-12-21 08:45:21 +11:00
committed by Joona Kiiski
parent da34023cfc
commit e3c85c314d
2 changed files with 8 additions and 10 deletions
-1
View File
@@ -41,7 +41,6 @@ struct Stack {
Move currentMove;
Move excludedMove;
Move killers[2];
Depth reduction;
Value staticEval;
bool skipEarlyPruning;
int moveCount;