]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Retire EvaluatePawnStorms and UseEasyMove constants
[stockfish] / src / search.cpp
index 4712172d5a13bcb23d7aa08e32764e89685aad8c..d61c5939dbf4065ddb21c7cf00eab6fa6b3c7f27 100644 (file)
@@ -133,9 +133,6 @@ namespace {
   // when the static evaluation is at most IIDMargin below beta.
   const Value IIDMargin = Value(0x100);
 
-  // Use easy moves?
-  const bool UseEasyMove = true;
-
   // Easy move margin.  An easy move candidate must be at least this much
   // better than the second best move.
   const Value EasyMoveMargin = Value(0x200);