]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Remove shuffle extension
[stockfish] / src / thread.cpp
index 680cd3adb8c3dc52bf87c9225f2a08db33e65cd7..6eb00d63a649b463d6dc1edea86ee3fe51f6b72a 100644 (file)
@@ -207,7 +207,7 @@ void ThreadPool::start_thinking(Position& pos, StateListPtr& states,
 
   for (Thread* th : *this)
   {
-      th->shuffleExts = th->nodes = th->tbHits = th->nmpMinPly = 0;
+      th->nodes = th->tbHits = th->nmpMinPly = 0;
       th->rootDepth = th->completedDepth = 0;
       th->rootMoves = rootMoves;
       th->rootPos.set(pos.fen(), pos.is_chess960(), &setupStates->back(), th);