]> git.sesse.net Git - stockfish/commitdiff
Remove a redundant assignment in PawnInfo c'tor
authorMarco Costalba <mcostalba@gmail.com>
Tue, 6 Oct 2009 08:18:15 +0000 (09:18 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 6 Oct 2009 08:18:15 +0000 (09:18 +0100)
We don't need to set key to 0 because clear() already
takes care of that.

No functional change.

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

No differences found