]> git.sesse.net Git - stockfish/blobdiff - src/thread.cpp
Assorted cleanup of last patches
[stockfish] / src / thread.cpp
index c73f55660330545d300857b2874287fd54b21563..8eaee87500dbf3c2fa5e78950e2df5c989a077c2 100644 (file)
@@ -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<Thread>());