projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a8e903c
)
remove extra line.
author
protonspring
<mike@whiteley.org>
Sun, 9 Dec 2018 00:21:22 +0000 (17:21 -0700)
committer
Stéphane Nicolet
<Stephane.Nicolet@u-paris2.fr>
Sun, 9 Dec 2018 11:59:57 +0000 (12:59 +0100)
src/bitboard.h
patch
|
blob
|
history
diff --git
a/src/bitboard.h
b/src/bitboard.h
index
f1db634
..
f8440a2
100644
(file)
--- a/
src/bitboard.h
+++ b/
src/bitboard.h
@@
-136,7
+136,6
@@
constexpr bool more_than_one(Bitboard b) {
}
inline bool opposite_colors(Square s1, Square s2) {
-
return bool(DarkSquares & s1) != bool(DarkSquares & s2);
}