diff --git a/src/search.cpp b/src/search.cpp index d937c399..42a7bb97 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1408,10 +1408,6 @@ moves_loop: // When in check, search starts here << stat_bonus(depth) * 2; } - // Bonus when search fails low and there is a TT move - else if (ttData.move && !allNode) - thisThread->mainHistory[us][ttData.move.from_to()] << stat_bonus(depth) * 287 / 1024; - if (PvNode) bestValue = std::min(bestValue, maxValue);