mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00:00
Do not pass discovery check candidates in Position::do_move()
Also remove any bit of 'pinned' and co. from MovePicker class. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -244,7 +244,6 @@ public:
|
||||
void backup(UndoInfo &u) const;
|
||||
void restore(const UndoInfo &u);
|
||||
void do_move(Move m, UndoInfo &u);
|
||||
void do_move(Move m, UndoInfo &u, Bitboard dcCandidates);
|
||||
void undo_move(Move m, const UndoInfo &u);
|
||||
void do_null_move(UndoInfo &u);
|
||||
void undo_null_move(const UndoInfo &u);
|
||||
|
||||
Reference in New Issue
Block a user