X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=09bdb470b217cdea166168c85ec8ddebaff09067;hb=c90dd38903206ede56fa73c15d7d2b366d56ebdb;hp=46cdb11c36a473999aaf970f9eb11544d858b897;hpb=d4d1cec29631f041adeec98adc5893b5c6a54969;p=stockfish diff --git a/src/thread.h b/src/thread.h index 46cdb11c..09bdb470 100644 --- a/src/thread.h +++ b/src/thread.h @@ -60,10 +60,8 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; size_t pvIdx, pvLast; - RunningAverage complexityAverage; std::atomic nodes, tbHits, bestMoveChanges; int selDepth, nmpMinPly; - Color nmpColor; Value bestValue, optimism[COLOR_NB]; Position rootPos;