]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Move some globals into main thread scope
[stockfish] / src / search.h
index f93c53a50a0f4e276966b0da894d3c873574296e..b1575a559f9e2569b4a45966966aeb3e3757770e 100644 (file)
@@ -41,7 +41,6 @@ struct Stack {
   Move currentMove;
   Move excludedMove;
   Move killers[2];
-  Depth reduction;
   Value staticEval;
   bool skipEarlyPruning;
   int moveCount;