X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=5bfa2359afdd5e02908afbb776a5a86df9f24c96;hb=af0d82792e21f0362b781fc671ae8b7a0642e61a;hp=5785fd25eb7ab28eaa972c32fe9b51fb80a7758b;hpb=f90274d8ce1aad4ad0595aacbceb74b6cbe306a8;p=stockfish diff --git a/src/thread.h b/src/thread.h index 5785fd25..5bfa2359 100644 --- a/src/thread.h +++ b/src/thread.h @@ -74,8 +74,7 @@ public: LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; - Score contempt; - int failedHighCnt; + Score trend; };