]> git.sesse.net Git - stockfish/commit
Prune silly comments in search()
authorMarco Costalba <mcostalba@gmail.com>
Sat, 10 Dec 2011 18:14:13 +0000 (19:14 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 10 Dec 2011 18:14:49 +0000 (19:14 +0100)
commit91601d7f95a3e84d2d46ca9a36637508197dbdab
tree9516d86d1606eaa4b3e7116b37a4c5e5ad20ceac
parentf3728e66f856a8916a12eada7b18049034c864ca
Prune silly comments in search()

Comments should be informative but not pedantic / obvious.
The only exception is the function description where we
indulge a bit on the "chatty" side, but has always been like
this since Glaurung times, so we continue with this tradition.

No functional change.

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