]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Remove lowPly history
[stockfish] / src / thread.cpp
index ed3accc5f0bc72e6f3f2feb85c7aa42b5d233240..099efbad24c4ee216510def67da31f4ad3b5d8fb 100644 (file)
@@ -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 })