mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Retire MovePicker::see_sign()
No more used after last patch. No functional change.
This commit is contained in:
@@ -104,7 +104,6 @@ public:
|
||||
MovePicker(const Position&, Move, Depth, Search::Stack*);
|
||||
|
||||
Move next_move();
|
||||
int see_sign() const;
|
||||
|
||||
private:
|
||||
template<GenType> void score();
|
||||
|
||||
Reference in New Issue
Block a user