]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Remove Stat Reset at beta cutoff
[stockfish] / src / search.cpp
index 9de8cc9c092bf9b82e4db12d52bafd378af2dcb4..74a92bc6d0e3fc4ee38181afc699bc6dcf9b5228 100644 (file)
@@ -1273,7 +1273,6 @@ moves_loop: // When in check, search starts from here
               else
               {
                   assert(value >= beta); // Fail high
-                  ss->statScore = 0;
                   break;
               }
           }