X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=c430a8184e6da110a5addac0bbabd57acdcb3618;hb=0a01dd044f8a8f291127ebf60462773bf12c90c7;hp=9e9cd488c3c2fa71d9c987bde2043059e4d453cc;hpb=e639c4557786513018f625ff96f04b63157a85c1;p=stockfish diff --git a/src/thread.h b/src/thread.h index 9e9cd488..c430a818 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,7 +69,7 @@ public: Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth, depth, previousDepth; + Depth rootDepth, completedDepth, previousDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;