X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=c7f1be8e139952b30ba755bc0beb290e3d5f1e4a;hp=828d138fd212aa1a9e71c08f6b538127dafd7a10;hb=aa242d2f84eaf2307f34d5356079125eaf5ff26a;hpb=2e86d1febc163e076320a6a21060fc5a1c7c0dff diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 828d138f..c7f1be8e 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -58,7 +58,6 @@ void init(OptionsMap& o) { o["Write Debug Log"] << Option(false, on_logger); o["Contempt"] << Option(0, -100, 100); - o["Min Split Depth"] << Option(5, 0, 12, on_threads); o["Threads"] << Option(1, 1, MAX_THREADS, on_threads); o["Hash"] << Option(16, 1, MaxHashMB, on_hash_size); o["Clear Hash"] << Option(on_clear_hash);