]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Simplify k-value for passers. Bench: 3854907 (#2182)
[stockfish] / src / thread.h
index fb11344c26e5111c37d65398e903840ce21a24c6..114769d2fa19a355ec0de44c7f75801534b59316 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 completedDepth;
+  Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;