diff --git a/src/search.cpp b/src/search.cpp index 27365069..93014bd0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1057,7 +1057,6 @@ split_point_start: // At split points actual search starts from here // Step 19. Check for split if ( !SpNode && depth >= Threads.min_split_depth() - && depth - reduction(depth, moveCount) >= Threads.min_split_depth() && bestValue < beta && Threads.available_slave_exists(thisThread) && !Signals.stop