]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove shuffle extension
[stockfish] / src / thread.h
index 0a77d5b8282426702103333a2c0252d88d775728..087ed3820fd217fd0af42eed4fdf62545d0df5ff 100644 (file)
@@ -60,7 +60,7 @@ public:
 
   Pawns::Table pawnsTable;
   Material::Table materialTable;
-  size_t pvIdx, pvLast, shuffleExts;
+  size_t pvIdx, pvLast;
   int selDepth, nmpMinPly;
   Color nmpColor;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
@@ -71,7 +71,7 @@ public:
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;
-  ContinuationHistory continuationHistory[2];
+  ContinuationHistory continuationHistory[2][2];
   Score contempt;
 };