X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=9dfa5193e99fd3e2e16889e6182470700aba58fa;hp=cf7e411d8504e2c2cba05869d91aaccdafcd137a;hb=2731bbaf6b4bed23abaae8de5c1fa9f373e30e57;hpb=6aa9308f08bc76b0e3615dde65de7782a6761fa3 diff --git a/src/search.cpp b/src/search.cpp index cf7e411d..9dfa5193 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -935,7 +935,6 @@ moves_loop: // When in check search starts from here // Countermoves based pruning if ( predictedDepth < 3 * ONE_PLY - && move != ss->killers[0] && (!cmh || (*cmh )[moved_piece][to_sq(move)] < VALUE_ZERO) && (!fmh || (*fmh )[moved_piece][to_sq(move)] < VALUE_ZERO) && (!fmh2 || (*fmh2)[moved_piece][to_sq(move)] < VALUE_ZERO || (cmh && fmh)))