Simplify evaluation

This commit is contained in:
Gary Linscott
2013-01-24 08:54:13 -05:00
parent 054d117d25
commit e83b9075ff
2 changed files with 1 additions and 15 deletions
-1
View File
@@ -1342,7 +1342,6 @@ split_point_start: // At split points actual search starts from here
Bitboard b = (enemies ^ ksq) & newAtt & ~oldAtt;
while (b)
{
// Note that here we generate illegal "double move"!
if (futilityBase + PieceValue[EG][pos.piece_on(pop_lsb(&b))] >= beta)
return true;
}