X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=8eaee87500dbf3c2fa5e78950e2df5c989a077c2;hp=c73f55660330545d300857b2874287fd54b21563;hb=2795aedbc3710287448bad058c6077920066ad30;hpb=2ca142a5b4ca200c56cb99495ec51a804983d07d diff --git a/src/thread.cpp b/src/thread.cpp index c73f5566..8eaee875 100644 --- a/src/thread.cpp +++ b/src/thread.cpp @@ -321,10 +321,6 @@ void ThreadPool::read_uci_options() { assert(requested > 0); - // If zero (default) then set best minimum split depth automatically - if (!minimumSplitDepth) - minimumSplitDepth = 5 * ONE_PLY ; - while (size() < requested) push_back(new_thread());