X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fposition.h;h=ce526b91430790fe43d58642b79b2f09ac79a8eb;hb=66c5eaebd8c3ecc00a21a9c7f214cb59db4ce4e5;hp=22afb3e13278be4e09d8f363e445bcbf4a75864c;hpb=05513a66410f96959f3a6e70be9aea72425cf7c7;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;