]> git.sesse.net Git - stockfish/commitdiff
Remove an useless assert in evaluate_passed_pawns()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 22 May 2010 18:14:19 +0000 (19:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 22 May 2010 18:14:19 +0000 (19:14 +0100)
The tested square comes from a bitboard anded with
pos.pieces_of_color(Us), so assert is useless.

Another nitpick report by Marek Kwiatkowski  ;-)

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found