X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=572a8ac8b2e0b1fda34c6d1867d7069d9653a1ae;hp=479710784021fc2e3daee473309d5ca20b897ce9;hb=df31398bb91b0e43661176e2f1681617ee64f1ad;hpb=1a1742ac4f8e0cfe8c1509e40e0631e075e9c1ad diff --git a/src/search.cpp b/src/search.cpp index 47971078..572a8ac8 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1282,12 +1282,7 @@ split_point_start: // At split points actual search starts from here && !pos.is_capture_or_promotion(move) && ss->eval + PawnValueMidgame / 4 < beta && !check_is_dangerous(pos, move, futilityBase, beta, &bestValue)) - { - if (ss->eval + PawnValueMidgame / 4 > bestValue) - bestValue = ss->eval + PawnValueMidgame / 4; - continue; - } // Check for legality only before to do the move if (!pos.pl_move_is_legal(move, ci.pinned))