X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=780d463cc6475060755843f88570f00221802079;hp=a736f3e677bd0463f7e7db93d1b9af1f9b153954;hb=5930c0defbe01576315d7d081447f94a01daf337;hpb=6cf8d938c5950ddedb8a92cdea4712f7d507c614 diff --git a/src/position.h b/src/position.h index a736f3e6..780d463c 100644 --- a/src/position.h +++ b/src/position.h @@ -143,7 +143,6 @@ public: void undo_null_move(); // Static Exchange Evaluation - bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; bool see_ge(Move m, Value threshold = VALUE_ZERO) const; // Accessing hash keys