]> git.sesse.net Git - stockfish/commit
Retire total_piece_count()
authorMarco Costalba <mcostalba@gmail.com>
Sun, 30 Nov 2014 20:35:22 +0000 (20:35 +0000)
committerJoona Kiiski <joona.kiiski@gmail.com>
Sun, 30 Nov 2014 20:37:24 +0000 (20:37 +0000)
commit314d446518daa035526be8539b23957ba4678468
tree3f5b343e3d3028f3b3882c53732f650ace64560b
parentc014444f09ace05e908909d9c5c60127e998b538
Retire total_piece_count()

We really don't need to uglify in this way
our nice count() API with this ad-hoc hack.

So remove the hack and use the already
existing infrastructure.

No functional change.

Resolves #134
src/position.h
src/search.cpp