X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=b0e885c6aabf35e257dd0ff5c9fd191c86d0498e;hp=ccf3b56d65b34199f74f7a8f22348035bacf4e52;hb=ffdf63ff7c1fce40774aa8cff82b17c54155c6cb;hpb=aab5863dd42da0a8e493a2ffaca96319b3d19ebb diff --git a/src/search.cpp b/src/search.cpp index ccf3b56d..b0e885c6 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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