mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Remove undefined pinned_pieces(Color c, Bitboard& p)
It was added in revision 5f142ec2
but never used.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
84d6fe0f31
commit
dd80b9abaf
1 changed files with 0 additions and 1 deletions
|
@ -185,7 +185,6 @@ public:
|
||||||
|
|
||||||
// Bitboards for pinned pieces and discovered check candidates
|
// Bitboards for pinned pieces and discovered check candidates
|
||||||
Bitboard discovered_check_candidates(Color c) const;
|
Bitboard discovered_check_candidates(Color c) const;
|
||||||
Bitboard pinned_pieces(Color c, Bitboard& p) const;
|
|
||||||
Bitboard pinned_pieces(Color c) const;
|
Bitboard pinned_pieces(Color c) const;
|
||||||
|
|
||||||
// Checking pieces and under check information
|
// Checking pieces and under check information
|
||||||
|
|
Loading…
Add table
Reference in a new issue