X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=a12c0bccc1122f2c84eb6bb32aaa5902f7d2b7a9;hp=bfcdb65ebadfce3958440a3f24c940f2d281bb64;hb=7d0a16e06d968c81f17140b0123db9768ce02a82;hpb=be7a03a957d5c2590a329f8f47acea8af2305adf diff --git a/src/thread.cpp b/src/thread.cpp index bfcdb65e..a12c0bcc 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -1,6 +1,6 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 - Copyright (C) 2004-2020 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file) Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -57,7 +57,6 @@ void Thread::clear() { counterMoves.fill(MOVE_NONE); mainHistory.fill(0); - staticHistory.fill(0); lowPlyHistory.fill(0); captureHistory.fill(0);