Skip a redundant check

Spotted by Joona

No functional change.
This commit is contained in:
Marco Costalba
2013-04-14 23:29:00 +02:00
parent fe72c93141
commit 87436e5544

View File

@@ -857,7 +857,7 @@ split_point_start: // At split points actual search starts from here
&& !captureOrPromotion
&& !inCheck
&& !dangerous
&& move != ttMove
/* && move != ttMove Already implicit in the next condition */
&& bestValue > VALUE_MATED_IN_MAX_PLY)
{
// Move count based pruning