X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=1109bf8e7fced83878af19e696d3205d0e1dbbae;hp=79046ad2007aedbc13ab8315b1805adc65a67ef9;hb=2a585b63b80f5c3312fd0f6f250ddb337e87481b;hpb=a5ea3a202eacff75f97e866f51da3f703359eb89 diff --git a/src/search.cpp b/src/search.cpp index 79046ad2..1109bf8e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -585,10 +585,6 @@ namespace { || ((tte->type() & BOUND_UPPER) && ttValue < eval)) eval = ttValue; } - - if (!tte) - TT.store(posKey, VALUE_NONE, BOUND_NONE, DEPTH_NONE, MOVE_NONE, - ss->staticEval, ss->evalMargin); } // Update gain for the parent non-capture move given the static position