X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=cc8abc9ee814e48ccb1abca96d2e205921946ff9;hp=99985fde53b4f74acd5d0ac562a2f7e2b452b045;hb=3302349662f8c0b01946cd9d62ac087685c0c816;hpb=242c566c1a80c7f3d95774eac513935fcee0cf0d diff --git a/src/search.cpp b/src/search.cpp index 99985fde..cc8abc9e 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -872,7 +872,6 @@ namespace { tte = TT.probe(posKey, ttHit); ttValue = ttHit ? value_from_tt(tte->value(), ss->ply) : VALUE_NONE; ttMove = ttHit ? tte->move() : MOVE_NONE; - pvHit = ttHit && tte->pv_hit(); } moves_loop: // When in check, search starts from here