Retire one do_move() overload

After Lucas patch it is almost useless.

No functional change.
This commit is contained in:
Marco Costalba
2015-02-15 12:20:47 +01:00
parent dc13004283
commit 686b45e121
4 changed files with 4 additions and 11 deletions

View File

@@ -138,7 +138,6 @@ public:
bool opposite_bishops() const;
// Doing and undoing moves
void do_move(Move m, StateInfo& st);
void do_move(Move m, StateInfo& st, bool givesCheck);
void undo_move(Move m);
void do_null_move(StateInfo& st);