]> git.sesse.net Git - stockfish/commitdiff
Move game_phase() to material.cpp
authorMarco Costalba <mcostalba@gmail.com>
Sun, 9 Jul 2017 09:45:31 +0000 (11:45 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 15 Jul 2017 05:28:38 +0000 (07:28 +0200)
For some reason, although game phase is used
only in material, it is computed in Position.

Move computation to material, where it belongs,
and remove the useless call chain.

No functional change.


No differences found