]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Move some globals into main thread scope
[stockfish] / src / search.h
index 2a9a37370af7b713bc730ece27ed47ae1de066c7..b1575a559f9e2569b4a45966966aeb3e3757770e 100644 (file)
@@ -39,10 +39,8 @@ struct Stack {
   Move* pv;
   int ply;
   Move currentMove;
-  Move ttMove;
   Move excludedMove;
   Move killers[2];
-  Depth reduction;
   Value staticEval;
   bool skipEarlyPruning;
   int moveCount;