]> git.sesse.net Git - stockfish/blobdiff - src/ucioption.cpp
Remove "Threat Depth" ucioption
[stockfish] / src / ucioption.cpp
index bc35865540aa151b734b306b483d8e26a4110633..f671ecc5b07cb90261436dd80e77b89e2bc0c1a8 100644 (file)
@@ -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);