X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=64804d45e19f9b882010ff1a0751a53cc3fade31;hp=463739fe2eff7c39617ad66ee59953214731676a;hb=8e71ee7ec6c1634af5d17f8ba43049f85ef42c53;hpb=9bee5f51d811fb5c2e11a94b4e111a69b87855a2 diff --git a/src/thread.h b/src/thread.h index 463739fe..64804d45 100644 --- a/src/thread.h +++ b/src/thread.h @@ -36,7 +36,7 @@ struct SplitPoint { SplitPoint* parent; const Position* pos; Depth depth; - bool pvNode, mateThreat; + bool pvNode; Value beta; int ply; int master;