X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=6bc1be658f8bba31a8da0e54c8a159ef3b7d8133;hb=88ef68dde5882648b54cce2d1fb024c926596054;hp=37c6452b9b7065799c256b24b7771f5d8b9143e4;hpb=18f2b12cd019212b9c7103cc63e3bf64a5be7c3c;p=stockfish diff --git a/src/thread.h b/src/thread.h index 37c6452b..6bc1be65 100644 --- a/src/thread.h +++ b/src/thread.h @@ -77,7 +77,6 @@ public: Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; - LowPlyHistory lowPlyHistory; CapturePieceToHistory captureHistory; ContinuationHistory continuationHistory[2][2]; Score trend;