mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Assorted cleanup of last patches
No functional change.
This commit is contained in:
@@ -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>());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user