]> git.sesse.net Git - stockfish/commitdiff
Drop Stats c'tors
authorMarco Costalba <mcostalba@gmail.com>
Sat, 7 Jan 2017 09:13:49 +0000 (10:13 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 7 Jan 2017 09:14:39 +0000 (10:14 +0100)
Now taht we correctly value-initialize Thread objects,
we don't need c'tors anymore because tables will be
zero-initialized by the compier when Thread object
is instanced.

Verified that we have no errors with Valgrind.

No functional change.


No differences found