X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=95e3e279bef7714e225112e9fd618ee1f31ea04c;hp=5c78c00e6a675b372e08d13e1d6cdda7077be77f;hb=a9e55d43262d11a916bdfa68cd1de0174d884cd3;hpb=e4fd9a2df7d0977cc279d73d94e79a866daddb2f diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 5c78c00e..95e3e279 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -120,7 +120,6 @@ namespace { o.push_back(Option("Full Depth Moves (non-PV nodes)", 3, 1, 100)); o.push_back(Option("Threat Depth", 5, 0, 100)); o.push_back(Option("Selective Plies", 7, 0, 10)); - o.push_back(Option("Null driven IID", false)); o.push_back(Option("Futility Pruning (Main Search)", true)); o.push_back(Option("Futility Pruning (Quiescence Search)", true)); o.push_back(Option("Futility Margin (Quiescence Search)", 50, 0, 1000));