X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=95e3e279bef7714e225112e9fd618ee1f31ea04c;hp=5c78c00e6a675b372e08d13e1d6cdda7077be77f;hb=bfcfaf71018b3aed274ebd544a10c4508718e7de;hpb=c8773c720af6fd5c3a8f84550ee36e5eb89f929e 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));