diff --git a/src/search.cpp b/src/search.cpp index b8756d38..9bba563a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1157,7 +1157,6 @@ moves_loop: // When in check, search starts from here // Increase reduction at root and non-PV nodes when the best move does not change frequently if ( (rootNode || !PvNode) - && thisThread->rootDepth > 10 && thisThread->bestMoveChanges <= 2) r++;