]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Refresh TT entries generation automatically on probe
[stockfish] / src / search.cpp
index ccf3b56d65b34199f74f7a8f22348035bacf4e52..b0e885c6aabf35e257dd0ff5c9fd191c86d0498e 100644 (file)
@@ -534,7 +534,6 @@ namespace {
             : ttValue >= beta ? (tte->bound() &  BOUND_LOWER)
                               : (tte->bound() &  BOUND_UPPER)))
     {
-        TT.refresh(tte);
         ss->currentMove = ttMove; // Can be MOVE_NONE
 
         // If ttMove is quiet, update killers, history, counter move and followup move on TT hit