]> git.sesse.net Git - stockfish/commit
Remove two obsolete asserts in prevents_move
authorMarco Costalba <mcostalba@gmail.com>
Wed, 26 Dec 2012 11:27:09 +0000 (12:27 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Wed, 26 Dec 2012 11:27:41 +0000 (12:27 +0100)
commit9d1978e217812eaa3626f5e1058962c0aca1bc46
tree20b3773a4ace33e447565842d6a7eb418352d38d
parentdb097921bc0f631d770c3437569f105579823471
Remove two obsolete asserts in prevents_move

Now that this function is called also to calculate
move's extensions the asserts are no more valid.

No functional change.
src/search.cpp