]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove per thread instances of Endgames. (#2056)
[stockfish] / src / thread.h
index 7a27aab1f91cad3b1ef8bc8d2495a86481b8c476..0866d55daa50110359dc74066719f0f4ce513d93 100644 (file)
@@ -59,7 +59,6 @@ public:
 
   Pawns::Table pawnsTable;
   Material::Table materialTable;
-  Endgames endgames;
   size_t pvIdx, pvLast;
   int selDepth, nmpMinPly;
   Color nmpColor;
@@ -67,7 +66,7 @@ public:
 
   Position rootPos;
   Search::RootMoves rootMoves;
-  Depth rootDepth, completedDepth;
+  Depth completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;