]> git.sesse.net Git - stockfish/commit
Remove useless initializations (#2115)
authorJoost VandeVondele <Joost.VandeVondele@gmail.com>
Wed, 24 Apr 2019 17:51:57 +0000 (19:51 +0200)
committerMarco Costalba <mcostalba@users.noreply.github.com>
Wed, 24 Apr 2019 17:51:57 +0000 (19:51 +0200)
commit6373fd56e90bc6114230a70cacad804248d955e2
tree7af30bb5250d0a910e0314561ed3cc8d9f46fee3
parenta858b5a84e8702390adee4388034c57570e65fee
Remove useless initializations (#2115)

Removes two unneeded inits, they are always set before their use later on.

No functional change.
src/search.cpp