X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=f93c53a50a0f4e276966b0da894d3c873574296e;hb=5bbd94409955b3db88e43527922fae4840a9ecb2;hp=2a9a37370af7b713bc730ece27ed47ae1de066c7;hpb=69240a982d8c3a2d01fab04c284be43853ab2bc9;p=stockfish diff --git a/src/search.h b/src/search.h index 2a9a3737..f93c53a5 100644 --- a/src/search.h +++ b/src/search.h @@ -39,7 +39,6 @@ struct Stack { Move* pv; int ply; Move currentMove; - Move ttMove; Move excludedMove; Move killers[2]; Depth reduction;