X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.cpp;h=8eaee87500dbf3c2fa5e78950e2df5c989a077c2;hp=2fd3c7aa9e37fbfc24b579ddd2f89d33dbb6d983;hb=2795aedbc3710287448bad058c6077920066ad30;hpb=5d1b92e8f9836e1d403bcf60653dcf6b059c8720 diff --git a/src/thread.cpp b/src/thread.cpp index 2fd3c7aa..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 = requested < 8 ? 4 * ONE_PLY : 7 * ONE_PLY; - while (size() < requested) push_back(new_thread());