X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=4236d07348d1dfcf97f11f4f681c04ea7fd38385;hp=9d0611867a4990ecf4f5e37ec48d39c4f8ef14b5;hb=9645e8e4e76aebc4b3099b20846c14e18768cab4;hpb=52129955637610488936648066f80a4515f6ce57 diff --git a/src/bitboard.h b/src/bitboard.h index 9d061186..4236d073 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -38,9 +38,6 @@ const Bitboard EmptyBoardBB = 0ULL; -const Bitboard WhiteSquaresBB = 0x55AA55AA55AA55AAULL; -const Bitboard BlackSquaresBB = 0xAA55AA55AA55AA55ULL; - const Bitboard FileABB = 0x0101010101010101ULL; const Bitboard FileBBB = 0x0202020202020202ULL; const Bitboard FileCBB = 0x0404040404040404ULL;