X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=ea777dcc84624b9dd88e8a78a18b6423b4b69951;hp=03df6d7802547e76f171a85b1369449493311217;hb=2ef5b4066e649;hpb=482b5b7ecebc85e427c2c839337c7a893ae3e402 diff --git a/src/search.cpp b/src/search.cpp index 03df6d78..ea777dcc 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -278,14 +278,6 @@ void Search::think() { // Read UCI options: GUI could change UCI parameters during the game read_evaluation_uci_options(pos.side_to_move()); - Threads.read_uci_options(); - - TT.set_size(Options["Hash"]); - if (Options["Clear Hash"]) - { - Options["Clear Hash"] = false; - TT.clear(); - } UCIMultiPV = Options["MultiPV"]; SkillLevel = Options["Skill Level"];