X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=a81c85273aa4e6325e103dcd1d7ec1afc2636054;hp=026086729823a18b4f6f1330cde97d22ea400bae;hb=f2f3a06a1acfa14b3054bfd73d6c3966c326a7cc;hpb=714329dbdc3c32af6e899c85409935dc3b6d799c diff --git a/src/search.cpp b/src/search.cpp index 02608672..a81c8527 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -729,7 +729,6 @@ namespace { // Step 8. Null move search with verification search (is omitted in PV nodes) if ( !PvNode - && depth >= 2 * ONE_PLY && eval >= beta && (ss->staticEval >= beta - 35 * (depth / ONE_PLY - 6) || depth >= 13 * ONE_PLY) && pos.non_pawn_material(pos.side_to_move()))