]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove static eval threshold for extensions when giving check
[stockfish] / src / thread.h
index d6a48eca73d14937f19212d462d9a120398d21d0..09bdb470b217cdea166168c85ec8ddebaff09067 100644 (file)
@@ -62,7 +62,6 @@ public:
   size_t pvIdx, pvLast;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
   int selDepth, nmpMinPly;
-  Color nmpColor;
   Value bestValue, optimism[COLOR_NB];
 
   Position rootPos;
@@ -86,7 +85,6 @@ struct MainThread : public Thread {
   void search() override;
   void check_time();
 
-  double complexity;
   double previousTimeReduction;
   Value bestPreviousScore;
   Value bestPreviousAverageScore;