]> git.sesse.net Git - stockfish/commitdiff
Retire "ucinewgame" UCI option
authorMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 10:24:19 +0000 (11:24 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 17 Mar 2012 10:24:19 +0000 (11:24 +0100)
UCI protocol it is not clear about what the engine
should be supposed to do when "ucinewgame" is
received. Stockfish simply sets the position to
start FEN, but it is redundant becuase the GUI always
resends the position after "ucinewgame" command, so
it seems we can safely ignore that command.

No functional change.

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

No differences found