X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=ec884b3c145afc20dbcdff887e056ba671552827;hp=1f980fbb78038d6cf098e1b3cafaa37761bfd808;hb=80f5ca88f6eaead0c5460c4bc13c1c7d9477c2be;hpb=8425b2b4997c90aaad35ced6ab190df098f24212;ds=inline 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); }