]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Revert 5 recent patches
[stockfish] / src / search.cpp
index 044187e5d90106cdd452fdbfcaebeb9d0b05c15a..985af7bc2dc7433b63da3439cb0c03b2ed3fb405 100644 (file)
@@ -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)