Fix outdated comment

closes https://github.com/official-stockfish/Stockfish/pull/6108

No functional change
This commit is contained in:
Carlos Esparza
2025-05-30 13:36:38 -07:00
committed by Joost VandeVondele
parent 9debc540e5
commit 5695486db9

View File

@@ -778,10 +778,7 @@ Value Search::Worker::search(
goto moves_loop;
}
else if (excludedMove)
{
// Providing the hint that this node's accumulator will be used often
unadjustedStaticEval = eval = ss->staticEval;
}
else if (ss->ttHit)
{
// Never assume anything about values stored in TT