X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=b1575a559f9e2569b4a45966966aeb3e3757770e;hb=3e4fed3a91752da394f7c912f4e5e29dc39391f6;hp=f93c53a50a0f4e276966b0da894d3c873574296e;hpb=5bbd94409955b3db88e43527922fae4840a9ecb2;p=stockfish diff --git a/src/search.h b/src/search.h index f93c53a5..b1575a55 100644 --- a/src/search.h +++ b/src/search.h @@ -41,7 +41,6 @@ struct Stack { Move currentMove; Move excludedMove; Move killers[2]; - Depth reduction; Value staticEval; bool skipEarlyPruning; int moveCount;