X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=b1575a559f9e2569b4a45966966aeb3e3757770e;hb=3e4fed3a91752da394f7c912f4e5e29dc39391f6;hp=2a9a37370af7b713bc730ece27ed47ae1de066c7;hpb=69240a982d8c3a2d01fab04c284be43853ab2bc9;p=stockfish diff --git a/src/search.h b/src/search.h index 2a9a3737..b1575a55 100644 --- a/src/search.h +++ b/src/search.h @@ -39,10 +39,8 @@ struct Stack { Move* pv; int ply; Move currentMove; - Move ttMove; Move excludedMove; Move killers[2]; - Depth reduction; Value staticEval; bool skipEarlyPruning; int moveCount;