Revert Pull Request #1771, see issue #1785 (#1786)

no functional change

bench: 4274207
This commit is contained in:
Günther Demetz
2018-10-23 18:04:30 +02:00
committed by Marco Costalba
parent 542a2b39ed
commit 9fff272209

View File

@@ -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)