diff --git a/src/search.cpp b/src/search.cpp index 1f980fbb..ec884b3c 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1627,9 +1627,6 @@ namespace { { assert(tte->type() != VALUE_TYPE_EVAL); - // Refresh tte entry to avoid aging - TT.store(pos.get_key(), tte->value(), tte->type(), tte->depth(), ttMove); - ss[ply].currentMove = ttMove; // Can be MOVE_NONE return value_from_tt(tte->value(), ply); }