Remove unused see_ge() code

closes https://github.com/official-stockfish/Stockfish/pull/4805

No functional change
This commit is contained in:
mstembera
2023-09-24 18:09:52 -07:00
committed by Disservin
parent 243f7b264a
commit 31d0b7fe93
2 changed files with 7 additions and 14 deletions

View File

@@ -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;