X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=93014bd0ac8a30bcf2288092192ab38638a35cd9;hp=27365069420871c0dcddd0ba8308dcf63d7e4947;hb=c19a6ef82d97840f3d5f06d587bce4f8b861b86d;hpb=ecb84464f927f9a0a96b8a6f95943786df2107b1 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