Assorted cleanup of last patches

No functional change.
This commit is contained in:
Marco Costalba
2015-04-11 23:21:52 +02:00
parent a66c73deef
commit fb03188fc7
4 changed files with 11 additions and 14 deletions

View 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>());