X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=5f0b2c3ed9cb3d86397ec8c2de309cacc033bbf3;hb=341163116233682bf150d20cddedcb23e6d09431;hp=9e9cd488c3c2fa71d9c987bde2043059e4d453cc;hpb=5372f81cc81d5be3040db6f2dbfff108c460baf9;p=stockfish diff --git a/src/thread.h b/src/thread.h index 9e9cd488..5f0b2c3e 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,13 +69,12 @@ public: Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth, depth, previousDepth; + Depth rootDepth, completedDepth, previousDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; - Score trend; };