]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Tweak non-captures scoring
[stockfish] / src / search.h
index a3bef714e090cb7970cdc88766006b8f8f2b7c69..d2dc6eba58257f30364baf364fd27b5e35fd546f 100644 (file)
@@ -50,7 +50,6 @@ const int KILLER_MAX = 2;
 struct EvalInfo;
 
 struct SearchStack {
-  Move pv[PLY_MAX_PLUS_2];
   Move currentMove;
   Move mateKiller;
   Move threatMove;