X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=64804d45e19f9b882010ff1a0751a53cc3fade31;hp=463739fe2eff7c39617ad66ee59953214731676a;hb=b41b590457d2b57ad6405527e7364531af814440;hpb=c980163316d48ff304bfb253089c7d474d090b12 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;