]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove failedLow from the mainThread struct
[stockfish] / src / thread.h
index 341bb9afe1120d7ebd369f15e12fcaec1616a3d4..f3dba3518de32c4fb4d5fa39350d0d2fffe6face 100644 (file)
@@ -85,7 +85,6 @@ struct MainThread : public Thread {
   void search() override;
   void check_time();
 
-  bool failedLow;
   double bestMoveChanges, previousTimeReduction;
   Value previousScore;
   int callsCnt;