]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Merge static history into main history,
[stockfish] / src / thread.cpp
index bfcdb65ebadfce3958440a3f24c940f2d281bb64..2fbf745d072cd1c9f687bd1a75624ca07a554e9c 100644 (file)
@@ -57,7 +57,6 @@ void Thread::clear() {
 
   counterMoves.fill(MOVE_NONE);
   mainHistory.fill(0);
-  staticHistory.fill(0);
   lowPlyHistory.fill(0);
   captureHistory.fill(0);