]> git.sesse.net Git - stockfish/commitdiff
Remove useless assignments to currentMove
authorajithcj <achajo@yahoo.co.in>
Sat, 15 Oct 2016 07:29:24 +0000 (07:29 +0000)
committerMarco Costalba <mcostalba@gmail.com>
Tue, 18 Oct 2016 07:00:52 +0000 (09:00 +0200)
We reference (ss-1)->currentMove, i.e. we peek
current move of the parent node, so currentMove
should be valid in the main move loop, when we
search() the subtree, but outside of main loop
it is useless.

No functional change.


No differences found