X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=35d1eb5b4a390e0a567793a18e6ba51080295a86;hp=e7fbbcf3dcb3566fc794870fd5b8e05b9fcf5d21;hb=496c7497cb81de4383f7df42b1836af53e432ce3;hpb=6950d07bf421b122ccb5a15a2ed4fa3a993d9609 diff --git a/src/search.cpp b/src/search.cpp index e7fbbcf3..35d1eb5b 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1343,7 +1343,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; }