projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
84d6fe0
)
Remove undefined pinned_pieces(Color c, Bitboard& p)
author
Marco Costalba
<mcostalba@gmail.com>
Sun, 20 Sep 2009 10:00:21 +0000 (11:00 +0100)
committer
Marco Costalba
<mcostalba@gmail.com>
Sun, 20 Sep 2009 10:01:56 +0000 (11:01 +0100)
It was added in revision
5f142ec2
but never used.
No functional change.
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/position.h
patch
|
blob
|
history
diff --git
a/src/position.h
b/src/position.h
index
187fa72
..
c908843
100644
(file)
--- a/
src/position.h
+++ b/
src/position.h
@@
-185,7
+185,6
@@
public:
// Bitboards for pinned pieces and discovered check candidates
Bitboard discovered_check_candidates(Color c) const;
- Bitboard pinned_pieces(Color c, Bitboard& p) const;
Bitboard pinned_pieces(Color c) const;
// Checking pieces and under check information