X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=f671ecc5b07cb90261436dd80e77b89e2bc0c1a8;hp=bc35865540aa151b734b306b483d8e26a4110633;hb=5bb9da92872f298e6aedb59d728a42dc5719738e;hpb=34c7f1387d514176996144020ac6ac0c603fca4b diff --git a/src/ucioption.cpp b/src/ucioption.cpp index bc358655..f671ecc5 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -116,7 +116,6 @@ namespace { o["Passed Pawn Extension (non-PV nodes)"] = Option(0, 0, 2); o["Pawn Endgame Extension (PV nodes)"] = Option(2, 0, 2); o["Pawn Endgame Extension (non-PV nodes)"] = Option(2, 0, 2); - o["Threat Depth"] = Option(5, 0, 100); o["Randomness"] = Option(0, 0, 10); o["Minimum Split Depth"] = Option(4, 4, 7); o["Maximum Number of Threads per Split Point"] = Option(5, 4, 8);