]> git.sesse.net Git - stockfish/blobdiff - src/movegen.cpp
Small cleanups.
[stockfish] / src / movegen.cpp
index 8f6edffbfc33da9034530038912dadbbc1eb1dc5..7e8961ae3b60603e35698c44277c2a6ed72656c6 100644 (file)
@@ -52,7 +52,6 @@ namespace {
   template<Color Us, GenType Type>
   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);