X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;fp=src%2Fposition.h;h=aae4db94a9c0ac4cb193848be58643731a96d5dd;hp=ca7c3ace8110eab50ed392a243c6f8d55b81310f;hb=31d0b7fe932458d6661f4d4c2ce88502086616c5;hpb=243f7b264a81c2981cec2818b47d609d9d3ca119 diff --git a/src/position.h b/src/position.h index ca7c3ace..aae4db94 100644 --- a/src/position.h +++ b/src/position.h @@ -135,7 +135,6 @@ public: // Static Exchange Evaluation bool see_ge(Move m, Value threshold = VALUE_ZERO) const; - bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const; // Accessing hash keys Key key() const;