]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Do not refresh TT in qsearch
[stockfish] / src / search.cpp
index 1f980fbb78038d6cf098e1b3cafaa37761bfd808..ec884b3c145afc20dbcdff887e056ba671552827 100644 (file)
@@ -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);
     }