X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=ece3f44232e9411222248dcc0fe4519aab09523a;hp=f8f61b55a981c2d5cdd4c93e6d4cbe1e4a8ef455;hb=6fa6da3ee13d2b7bdbec3cd24ff8ca43233c74fb;hpb=dc130042831cdb52994aa8165b1cf8f49eef8640 diff --git a/src/position.h b/src/position.h index f8f61b55..ece3f442 100644 --- a/src/position.h +++ b/src/position.h @@ -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);