]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
New mobility bonus
[stockfish] / src / search.cpp
index a35438be610af50cec2db6237a120ee6f00b9ccd..9d091d02bc0cf5467bffac878ae4b5a893fc7621 100644 (file)
@@ -982,9 +982,7 @@ moves_loop: // When in check search starts from here
       // re-searched at full depth.
       if (    depth >= 3 * ONE_PLY
           &&  moveCount > 1
-          && !captureOrPromotion
-          &&  move != ss->killers[0]
-          &&  move != ss->killers[1])
+          && !captureOrPromotion)
       {
           ss->reduction = reduction<PvNode>(improving, depth, moveCount);