X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=eb0ac5bbd02c856c2a9d85989af21f22eafcacf5;hb=2c30956a13986454dcc5dd8c7daa1b27d5a77a1b;hp=d2ceee9fd1a15823bf6937e13873a3f626248bf3;hpb=fb7d3ab32ebd7a6514bded459b4aa442276f6cda;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index d2ceee9f..eb0ac5bb 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1123,12 +1123,6 @@ moves_loop: // When in check, search starts here extension = -2; } - // Capture extensions for PvNodes and cutNodes - else if ( (PvNode || cutNode) - && captureOrPromotion - && moveCount != 1) - extension = 1; - // Check extensions else if ( givesCheck && depth > 6