X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fdepth.h;h=2e8e21799d38763d02c1383068ce197aff0d9405;hp=9822289a9abff566f5c11068f3566496d056c02e;hb=3c7eebb48d5239cf363c54e082686f5559174518;hpb=5c81602d14539f8259a715477315e28b5de7cb54 diff --git a/src/depth.h b/src/depth.h index 9822289a..2e8e2179 100644 --- a/src/depth.h +++ b/src/depth.h @@ -35,9 +35,6 @@ enum Depth { //// Constants //// -/// Note: If OnePly is changed, the constant HistoryMax in history.h should -/// probably also be changed. - const Depth OnePly = Depth(2);