mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-24 19:16:49 +08:00
no functional change bench: 4274207
This commit is contained in:
committed by
Marco Costalba
parent
542a2b39ed
commit
9fff272209
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user