X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=7eab970a866ea27f30f3a500240affc98fac1b8b;hp=865e477144042c2a99577ac8179e066718016585;hb=b2edac7075ca238326378cb2c5ef09f7cdb2fd9e;hpb=aa0dc16b754f65e5f5b84c7500732476ca1f035b diff --git a/src/search.cpp b/src/search.cpp index 865e4771..7eab970a 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -674,8 +674,7 @@ namespace { if ( !PvNode && depth < 4 * ONE_PLY && eval + razor_margin(depth) <= alpha - && ttMove == MOVE_NONE - && !pos.pawn_on_7th(pos.side_to_move())) + && ttMove == MOVE_NONE) { if ( depth <= ONE_PLY && eval + razor_margin(3 * ONE_PLY) <= alpha)