]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Move game_phase() to material.cpp
[stockfish] / src / position.h
index 22afb3e13278be4e09d8f363e445bcbf4a75864c..ce526b91430790fe43d58642b79b2f09ac79a8eb 100644 (file)
@@ -146,7 +146,6 @@ public:
 
   // Other properties of the position
   Color side_to_move() const;
-  Phase game_phase() const;
   int game_ply() const;
   bool is_chess960() const;
   Thread* this_thread() const;