From: Günther Demetz Date: Tue, 23 Oct 2018 16:04:30 +0000 (+0200) Subject: Revert Pull Request #1771, see issue #1785 (#1786) X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9fff27220917d706988185cbd847e3f355a7fe09;ds=inline Revert Pull Request #1771, see issue #1785 (#1786) no functional change bench: 4274207 --- diff --git a/src/search.cpp b/src/search.cpp index c78a71a9..639c5bc5 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1132,8 +1132,6 @@ moves_loop: // When in check, search starts from here break; } } - else if (PvNode && !rootNode && value == alpha) - update_pv(ss->pv, move, (ss+1)->pv); } if (move != bestMove)