diff --git a/src/search.cpp b/src/search.cpp index 9de8cc9c..74a92bc6 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1273,7 +1273,6 @@ moves_loop: // When in check, search starts from here else { assert(value >= beta); // Fail high - ss->statScore = 0; break; } }