]> git.sesse.net Git - stockfish/commit
Retire broken SendSearchedNodes
authorMarco Costalba <mcostalba@gmail.com>
Mon, 8 Aug 2011 09:08:41 +0000 (10:08 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 8 Aug 2011 09:08:41 +0000 (10:08 +0100)
commiteabba1119f45f2ac8a3a6248bd1c1d9868d7af5c
tree2c94ad30873e8865ee7eed4238c08eb3d5b6a2ef
parent06e0d48794d9872ef627e15d5edf3bbcb7ad1752
Retire broken SendSearchedNodes

Now that we can split at root it happens that SendSearchedNodes
works only once at the end of the iteration, but this is useless
becuase speed info is sent anyhow toghter with the pv line.

So retire for now, waiting to find something SMP compatible.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp