X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=2fbf745d072cd1c9f687bd1a75624ca07a554e9c;hb=f2e94d6d35c14b274ed29fb67475acea5adc285f;hp=bfcdb65ebadfce3958440a3f24c940f2d281bb64;hpb=be7a03a957d5c2590a329f8f47acea8af2305adf;p=stockfish diff --git a/src/thread.cpp b/src/thread.cpp index bfcdb65e..2fbf745d 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -57,7 +57,6 @@ void Thread::clear() { counterMoves.fill(MOVE_NONE); mainHistory.fill(0); - staticHistory.fill(0); lowPlyHistory.fill(0); captureHistory.fill(0);