]> git.sesse.net Git - stockfish/commit
Avoid an useless evaluate() call
authorMarco Costalba <mcostalba@gmail.com>
Mon, 18 Jan 2010 14:47:43 +0000 (15:47 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 18 Jan 2010 14:47:43 +0000 (15:47 +0100)
commit0edad63b440a81f764efd168b0bd5733850095ae
treeccc5c9e6534a52a9f9f706ad67b22d9176355d18
parentb833c8247afcfd4a5404b0473f31ebddb23f57d6
Avoid an useless evaluate() call

Now that we have position static score we don't
need to call evaluate() a second time.

No functional change.

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