]> git.sesse.net Git - stockfish/commit
Remove two useless assignments (#2093)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sat, 13 Apr 2019 15:17:47 +0000 (17:17 +0200)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Sat, 13 Apr 2019 15:17:47 +0000 (17:17 +0200)
commit1594d15922e39bfbec749815349c812ca16d8a53
tree8e15f355bceebc8489a4b073ca799423f95cbd6e
parent42d271f23c255a87133d33392e3b2c66991e3960
Remove two useless assignments (#2093)

These variables are initialized before their use in the movepicker loop.

passed STC:
LLR: 2.95 (-2.94,2.94) [-3.00,1.00]
Total: 138732 W: 30727 L: 30838 D: 77167
http://tests.stockfishchess.org/tests/view/5cb07af40ebc5925cf012c32

No functional change.
src/search.cpp