X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=00e2cd4ac38b0349f7063c3a7de48518df1f16d8;hp=74951548df0c6ec5d08e1298dfb174fd467bee3e;hb=14f059072af34bc21b71ae7fc550f03b4a075b3b;hpb=66c5835080c8c1dab6bf203d2b6d9db6ab9439cc 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(); };