X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=f264bcae84027972c52511f6e02fe5c67eb0c889;hb=e90341f9c9cd24e75aba2485b2ab1e445f4a5b70;hp=4ad5784f8db15d7ddf7e6b2fdfdef8a9d3033b7b;hpb=d5271af0ee28cb52e1033f183f3b34754aa5efa0;p=stockfish diff --git a/src/search.h b/src/search.h index 4ad5784f..f264bcae 100644 --- a/src/search.h +++ b/src/search.h @@ -31,9 +31,6 @@ class Position; namespace Search { -/// Threshold used for countermoves based pruning -constexpr int CounterMovePruneThreshold = 0; - /// Stack struct keeps track of the information we need to remember from nodes /// shallower and deeper in the tree during the search. Each search thread has