]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Remove unused failHighPly1 flag
[stockfish] / src / thread.h
index 899ccfe93ed00d1eb3d21bf8d01aeeaef3ed4ee9..302895095f856927e9061f42eab8e7aab4c98c48 100644 (file)
@@ -68,7 +68,6 @@ struct Thread {
   volatile int activeSplitPoints;
   uint64_t nodes;
   uint64_t betaCutOffs[2];
-  bool failHighPly1;
   volatile bool stop;
   volatile bool running;
   volatile bool idle;