diff --git a/src/search.cpp b/src/search.cpp index a58ac3e87..93fe7e588 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -778,10 +778,7 @@ Value Search::Worker::search( goto moves_loop; } else if (excludedMove) - { - // Providing the hint that this node's accumulator will be used often unadjustedStaticEval = eval = ss->staticEval; - } else if (ss->ttHit) { // Never assume anything about values stored in TT