]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove bonus for killers.
[stockfish] / src / search.cpp
index 7c797bef4087a2e62d58a1fe88359763fbe139e9..d854cd95d1d5dc75b13b698b0f95cf0de7485191 100644 (file)
@@ -1257,9 +1257,6 @@ moves_loop: // When in check, search starts from here
               int bonus = value > alpha ?  stat_bonus(newDepth)
                                         : -stat_bonus(newDepth);
 
-              if (move == ss->killers[0])
-                  bonus += bonus / 4;
-
               update_continuation_histories(ss, movedPiece, to_sq(move), bonus);
           }
       }