X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=ce526b91430790fe43d58642b79b2f09ac79a8eb;hb=e551afbab7767ddf79d33c24f8307a8cb291e3cd;hp=22afb3e13278be4e09d8f363e445bcbf4a75864c;hpb=d31f068312b88ca9a5a5d188898144cc80793635;p=stockfish diff --git a/src/position.h b/src/position.h index 22afb3e1..ce526b91 100644 --- a/src/position.h +++ b/src/position.h @@ -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;