Move game_phase() to Position

It seems a more natural to place this
function there.

No functional change.
This commit is contained in:
Marco Costalba
2014-06-20 23:40:36 +02:00
parent f7926ea41e
commit 3b315c9ada
4 changed files with 14 additions and 16 deletions

View File

@@ -68,7 +68,6 @@ struct Entry {
typedef HashTable<Entry, 8192> Table;
Entry* probe(const Position& pos, Table& entries, Endgames& endgames);
Phase game_phase(const Position& pos);
} // namespace Material