diff --git a/src/search.cpp b/src/search.cpp index dcd8b0d1..c85cdb5d 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -941,7 +941,6 @@ moves_loop: // When in check and at SpNode search starts from here if ( depth > 3 * ONE_PLY && !pvMove && !captureOrPromotion - && !dangerous && move != ttMove && move != ss->killers[0] && move != ss->killers[1])