]> git.sesse.net Git - stockfish/blobdiff - src/depth.h
Directly relate HistoryMax to OnePly
[stockfish] / src / depth.h
index 9822289a9abff566f5c11068f3566496d056c02e..2e8e21799d38763d02c1383068ce197aff0d9405 100644 (file)
@@ -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);