]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Small tweaks to install gcc-profile-clean targets
[stockfish] / src / evaluate.cpp
index 66a5942aedf19ae9042a0b4ec5fde6eef0cf71f1..e05383ffcbdabe3ee600ddbb6ae24a905b5da202 100644 (file)
@@ -820,9 +820,6 @@ namespace {
                 squaresToQueen = squares_in_front_of(Us, s);
                 defendedSquares = squaresToQueen & ei.attacked_by(Us);
 
-                // There are no enemy pawns in the pawn's path
-                assert(!(squaresToQueen & pos.pieces(PAWN, Them)));
-
                 // If there is an enemy rook or queen attacking the pawn from behind,
                 // add all X-ray attacks by the rook or queen. Otherwise consider only
                 // the squares in the pawn's path attacked or occupied by the enemy.