X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=5f0b2c3ed9cb3d86397ec8c2de309cacc033bbf3;hb=e533b620caf72b05969dd756355cbaeb6ae5f7a6;hp=8027855a6144091892fc2711829888c193df7e91;hpb=19a90b45bceb69aa62b5c85366343a7d1cfc695f;p=stockfish diff --git a/src/thread.h b/src/thread.h index 8027855a..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; + Depth rootDepth, completedDepth, previousDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; - Score trend; };