X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=05f65931cb3e20bfbc810e9272f51816c9f6109e;hp=ba1b0072bce5079064b5f59cbe26328cb7b6dc03;hb=2acda1fde3e1542a0b1bfc5a0885559e6daf142a;hpb=28b6a457c24d9202ba43a6d6703221250f0f8749 diff --git a/src/bitboard.h b/src/bitboard.h index ba1b0072..05f65931 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -130,7 +130,6 @@ constexpr bool more_than_one(Bitboard b) { return b & (b - 1); } - /// rank_bb() and file_bb() return a bitboard representing all the squares on /// the given file or rank.