X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=30177a3915a84c9245644d779ca6fe0d99bc5a2b;hb=ad926d34c0105d523bfa5cb92cbcf9f337d54c08;hp=ed3accc5f0bc72e6f3f2feb85c7aa42b5d233240;hpb=7d44b43b3ceb2eebc756709432a0e291f885a1d2;p=stockfish diff --git a/src/thread.cpp b/src/thread.cpp index ed3accc5..30177a39 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-2021 The Stockfish developers (see AUTHORS file) + Copyright (C) 2004-2022 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 @@ -59,7 +59,6 @@ void Thread::clear() { counterMoves.fill(MOVE_NONE); mainHistory.fill(0); - lowPlyHistory.fill(0); captureHistory.fill(0); for (bool inCheck : { false, true })