X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=594a8ea29c5aa9e62cb7c41460d0b7e2eef71506;hb=9083050be692b2d9a4f281e78b967755e00cfc39;hp=c3d38f3cf310c1c1c6255304093aca122f18565b;hpb=77cf5704b6deda52171dafeb2fae370273ebd797;p=stockfish diff --git a/src/thread.h b/src/thread.h index c3d38f3c..594a8ea2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -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 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;