From 5695486db99de3883188331eb1c7565e68d092cf Mon Sep 17 00:00:00 2001 From: Carlos Esparza Date: Fri, 30 May 2025 13:36:38 -0700 Subject: [PATCH] Fix outdated comment closes https://github.com/official-stockfish/Stockfish/pull/6108 No functional change --- src/search.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/search.cpp b/src/search.cpp index a58ac3e8..93fe7e58 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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