X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=0323d47e3127b45edd42935041a9cced3e5a1fe8;hp=211bc0a297605a370efcf8a0bf807885cf2761bc;hb=72c7595f8ac72c7831ee319b8b0bc46404c5fc27;hpb=02cd96e4c2e8a3da79512df4ea803687f9193071 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];