X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=0323d47e3127b45edd42935041a9cced3e5a1fe8;hp=211bc0a297605a370efcf8a0bf807885cf2761bc;hb=95aadb5e53b6b605412682e0138235c6710138d1;hpb=17ef886fc32013fd5159484b8f9e547a5d183d59 diff --git a/src/search.h b/src/search.h index 211bc0a2..0323d47e 100644 --- a/src/search.h +++ b/src/search.h @@ -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];