]> git.sesse.net Git - stockfish/commitdiff
Remove unneeded condition. (#2057)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 24 Mar 2019 16:40:29 +0000 (17:40 +0100)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sun, 24 Mar 2019 16:40:29 +0000 (17:40 +0100)
This is covered by the line just before. If we would like to protect
against the piece value of e.g. a N == B, this could be done by an
assert, no need to do this at runtime.

No functional change.


No differences found