mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08:00
remove extra line.
This commit is contained in:
committed by
Stéphane Nicolet
parent
a8e903c33a
commit
4e2e4759a1
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user