From 9fff27220917d706988185cbd847e3f355a7fe09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Demetz?= Date: Tue, 23 Oct 2018 18:04:30 +0200 Subject: [PATCH] Revert Pull Request #1771, see issue #1785 (#1786) no functional change bench: 4274207 --- src/search.cpp | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.39.2