]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Fix a warning under Intel compiler in square.h
[stockfish] / src / search.h
index 211bc0a297605a370efcf8a0bf807885cf2761bc..0323d47e3127b45edd42935041a9cced3e5a1fe8 100644 (file)
@@ -55,7 +55,6 @@ const int KILLER_MAX = 2;
 struct SearchStack {
   Move pv[PLY_MAX];
   Move currentMove;
-  Value currentMoveCaptureValue;
   Move mateKiller;
   Move threatMove;
   Move killers[KILLER_MAX];