]> git.sesse.net Git - stockfish/commitdiff
Removing CM parameter from the Stats struct. (#970)
authorloco-loco <loco-loco@users.noreply.github.com>
Thu, 12 Jan 2017 07:46:46 +0000 (23:46 -0800)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Thu, 12 Jan 2017 07:46:46 +0000 (08:46 +0100)
After the history simplifications, we are only using Value Stats for CounterMoveHistory table. Therefore the parameter CM is not necessary.

No functional change.


No differences found