]> git.sesse.net Git - stockfish/commit
Remove a couple of useless thread_should_stop() calls
authorMarco Costalba <mcostalba@gmail.com>
Sat, 20 Feb 2010 22:48:54 +0000 (23:48 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 20 Feb 2010 22:48:54 +0000 (23:48 +0100)
commit2de2b7689680d111214110ca2f5879baf35fffa8
treed6dc193a6565870263d7e96fc7575c7591bc37cf
parent8b99e9456241706b3d61fd6b165e57d14618e568
Remove a couple of useless thread_should_stop() calls

We test for it anyway few lines below and even under lock
protection.

No functional change.

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