X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=41116eb2206c3b6c898a6d7511e4f68a169404c2;hb=d99942f;hp=93212e239b98def5e19c1f7b451f0b7555c33353;hpb=07bd8adcbce41f076c36f4b65c7f9a786de0b02d;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 93212e23..41116eb2 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -895,7 +895,6 @@ moves_loop: // When in check, search starts here probCutBeta = beta + 430; if ( ss->inCheck && !PvNode - && depth >= 2 && ttCapture && (tte->bound() & BOUND_LOWER) && tte->depth() >= depth - 4