X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=985af7bc2dc7433b63da3439cb0c03b2ed3fb405;hp=044187e5d90106cdd452fdbfcaebeb9d0b05c15a;hb=6ccb1cac5aaaf7337da8b1738448793be63fdfdb;hpb=d878bc8cda47044f4db37a954f25e6122dc0d0ca diff --git a/src/search.cpp b/src/search.cpp index 044187e5..985af7bc 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1028,11 +1028,7 @@ moves_loop: // When in check, search starts from here continue; } else if (!pos.see_ge(move, Value(-194) * depth)) // (~25 Elo) - { - if (captureOrPromotion && captureCount < 32) - capturesSearched[captureCount++] = move; continue; - } } // Step 14. Extensions (~75 Elo)