X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=2fbf745d072cd1c9f687bd1a75624ca07a554e9c;hp=bfcdb65ebadfce3958440a3f24c940f2d281bb64;hb=16adcb5374a6847b52dd901e183d78c0c8c6cf8a;hpb=d862ba40692797031ec5b0d95e46bcfc5a80f06c 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);