]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Tweak history initialization
[stockfish] / src / search.h
index 4ad5784f8db15d7ddf7e6b2fdfdef8a9d3033b7b..f264bcae84027972c52511f6e02fe5c67eb0c889 100644 (file)
@@ -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