X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.cpp;h=8eaee87500dbf3c2fa5e78950e2df5c989a077c2;hb=fb03188fc7e96f8bd21177fa2a2990cf8dde7575;hp=c73f55660330545d300857b2874287fd54b21563;hpb=a66c73deef420104e74b6645ee60e20b37fd8549;p=stockfish 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());