]> git.sesse.net Git - stockfish/commitdiff
Don't need to init board[] with NO_PIECE
authorMarco Costalba <mcostalba@gmail.com>
Sun, 21 Oct 2012 12:03:44 +0000 (14:03 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 21 Oct 2012 22:38:12 +0000 (00:38 +0200)
Now that NO_PIECE == 0 the common memset() will
do the work.

No functional change.


No differences found