X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=a66fe40e540bd2166ec4a2eb42784b3473a59405;hp=bb1836e0474d3afe7f7c321ab7b967d2331c8f12;hb=e83b9075ffc2efb72a3008e9261e575c66eb3d06;hpb=054d117d257c3c92c4904fcc5c932079d2516007 diff --git a/src/search.cpp b/src/search.cpp index bb1836e0..a66fe40e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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; }