X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=00e2cd4ac38b0349f7063c3a7de48518df1f16d8;hb=a28f4a56d31c9e7f7c5ce28a93e2b2b9ca9be5e5;hp=74951548df0c6ec5d08e1298dfb174fd467bee3e;hpb=66c5835080c8c1dab6bf203d2b6d9db6ab9439cc;p=stockfish diff --git a/src/search.h b/src/search.h index 74951548..00e2cd4a 100644 --- a/src/search.h +++ b/src/search.h @@ -51,16 +51,12 @@ struct EvalInfo; struct SearchStack { Move currentMove; Move mateKiller; - Move threatMove; Move excludedMove; Move bestMove; Move killers[2]; Depth reduction; Value eval; bool skipNullMove; - - void init(); - void initKillers(); };