mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Remove unused see_ge() code
closes https://github.com/official-stockfish/Stockfish/pull/4805 No functional change
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user