]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Simplify limiting extensions.
[stockfish] / src / thread.h
index c3d38f3cf310c1c1c6255304093aca122f18565b..594a8ea29c5aa9e62cb7c41460d0b7e2eef71506 100644 (file)
@@ -60,16 +60,11 @@ public:
   Pawns::Table pawnsTable;
   Material::Table materialTable;
   size_t pvIdx, pvLast;
-  RunningAverage doubleExtensionAverage[COLOR_NB];
   RunningAverage complexityAverage;
-  uint64_t nodesLastExplosive;
-  uint64_t nodesLastNormal;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
-  Value bestValue;
   int selDepth, nmpMinPly;
   Color nmpColor;
-  ExplosionState state;
-  Value optimism[COLOR_NB];
+  Value bestValue, optimism[COLOR_NB];
 
   Position rootPos;
   StateInfo rootState;