X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=9c7190bed0cacb99e7d813df7196e205cb23bac8;hp=18e0cb95af9abaa1cb15a03d7ae173fdeb3f87fc;hb=946fa4762539307dcdcb30d08f13d627864e9bcf;hpb=7231b18af1ee62aeb523da1d1fbd5523b2cfa30b;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index 18e0cb95..9c7190be 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -339,10 +339,6 @@ namespace { beta = VALUE_INFINITE; TT.new_search(); - History.clear(); - CounterMovesHistory.clear(); - Gains.clear(); - Countermoves.clear(); size_t multiPV = Options["MultiPV"]; Skill skill(Options["Skill Level"]);