X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=3303a3db04ac4a85fedc3f77d357b448e99297b8;hp=e3fa28d17d0f4074087ee519c3ea05237d403c53;hb=b4cb1a3a9e731015723924432293357fcdd203bc;hpb=cb506d3b1657c03738f823a98faed3c6b5216c40 diff --git a/src/position.h b/src/position.h index e3fa28d1..3303a3db 100644 --- a/src/position.h +++ b/src/position.h @@ -312,9 +312,7 @@ private: // Helper functions for doing and undoing moves void do_capture_move(PieceType capture, Color them, Square to, bool ep); void do_castle_move(Move m); - void do_promotion_move(Move m); void undo_castle_move(Move m); - void undo_promotion_move(Move m); void undo_ep_move(Move m); void find_checkers();