X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=5de950eb147dc2d5a64080055b097b1a3eeb60f8;hb=887bbd8b3df8a01307a38bfe529a49842f810a9c;hp=d3b5642a2363f576ecbd4c23f32ee461e9418fcf;hpb=7922e07af83dd472da6e5b38fb84214cfe46a630;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index d3b5642a..5de950eb 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1464,7 +1464,6 @@ moves_loop: // When in check, search starts here // Step 4. Static evaluation of the position if (ss->inCheck) { - ss->staticEval = VALUE_NONE; bestValue = futilityBase = -VALUE_INFINITE; } else