]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Small simplification for probcut in check
[stockfish] / src / search.cpp
index 93212e239b98def5e19c1f7b451f0b7555c33353..41116eb2206c3b6c898a6d7511e4f68a169404c2 100644 (file)
@@ -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