]> git.sesse.net Git - stockfish/commit
Remove xxx_of_color() helpers
authorMarco Costalba <mcostalba@gmail.com>
Tue, 17 Feb 2009 09:54:47 +0000 (10:54 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 17 Feb 2009 09:54:47 +0000 (10:54 +0100)
commit2c955f25de9d4c263b6e6d37fef06b378eec49a0
tree57eea79af5f1feee78a19f6500abd0cc986122fc
parentf32992f88c16c6d4c2b72164c88fc4581f8faba7
Remove xxx_of_color() helpers

They hide the underlying uniform function call with
no benefit.

A little bit more verbose but now is clear what happens.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/evaluate.cpp
src/move.cpp
src/movegen.cpp
src/piece.h
src/position.cpp
src/position.h