X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovegen.cpp;h=7e8961ae3b60603e35698c44277c2a6ed72656c6;hp=8f6edffbfc33da9034530038912dadbbc1eb1dc5;hb=0424273d0b20ae7ad65143b530b2db8b94de0338;hpb=09bef14c76e119103cc1a9404cbde7e249205deb diff --git a/src/movegen.cpp b/src/movegen.cpp index 8f6edffb..7e8961ae 100644 --- a/src/movegen.cpp +++ b/src/movegen.cpp @@ -52,7 +52,6 @@ namespace { template ExtMove* generate_pawn_moves(const Position& pos, ExtMove* moveList, Bitboard target) { - // Compute some compile time parameters relative to the white side constexpr Color Them = (Us == WHITE ? BLACK : WHITE); constexpr Bitboard TRank7BB = (Us == WHITE ? Rank7BB : Rank2BB); constexpr Bitboard TRank3BB = (Us == WHITE ? Rank3BB : Rank6BB);