X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;fp=src%2Fthread.cpp;h=099efbad24c4ee216510def67da31f4ad3b5d8fb;hp=ed3accc5f0bc72e6f3f2feb85c7aa42b5d233240;hb=dc5d9bdfee70f4267d9a49ad71e5ee478dd50ca5;hpb=0889210262ab5a14bc6fcd261125b919120637a0 diff --git a/src/thread.cpp b/src/thread.cpp index ed3accc5..099efbad 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -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 })