]> git.sesse.net Git - stockfish/commitdiff
Retire count_1s_8bit()
authorMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:49:54 +0000 (15:49 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 19 May 2009 14:49:54 +0000 (15:49 +0100)
Use the plain array lookup in the only place where it
is used. This remove an unecessary indirection and better
clarifies what code does.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found