X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=46cdb11c36a473999aaf970f9eb11544d858b897;hb=d4d1cec29631f041adeec98adc5893b5c6a54969;hp=7566322c54c933ec2ef2ca6369fd13cd4aa8f0c8;hpb=2f67409506e65a47f038055de834462b4a707ccd;p=stockfish diff --git a/src/thread.h b/src/thread.h index 7566322c..46cdb11c 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,7 +69,7 @@ public: Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth, previousDepth; + Depth rootDepth, completedDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;