X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=c463ec393e42c98ed54880fc533f4fe0370b4210;hp=1110faaae2fcb355343e54809eae49601064c55c;hb=1d525bb45fcfb7f456a9bc9a02d402fa1dd80db1;hpb=da7d872eda42d2df9b80af7e46f047b0328cc90e diff --git a/src/search.cpp b/src/search.cpp index 1110faaa..c463ec39 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1430,7 +1430,6 @@ namespace { // Don't search captures and checks with negative SEE values if ( !isCheck && !move_promotion(move) - && !pvNode && (pos.midgame_value_of_piece_on(move_from(move)) > pos.midgame_value_of_piece_on(move_to(move))) && pos.see(move) < 0)