X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=f35f6b6cf91293bb5b43c1d8ef58df75bf7f8211;hp=3152260745f21b8cf2ed8af1ab5051825dc581c2;hb=204efb109bf125e1fdbc8dbb011c13a8e5aa9e8c;hpb=91a27663084ea9be4918ba028aa2b151bc0f4e1c diff --git a/src/search.cpp b/src/search.cpp index 31522607..f35f6b6c 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1431,7 +1431,6 @@ split_point_start: // At split points actual search starts from here // Prune moves with negative or equal SEE if ( futilityBase < beta && depth < DEPTH_ZERO - && bestValue > value_mated_in(PLY_MAX) && pos.see(move) <= 0) continue; }