X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=00e2cd4ac38b0349f7063c3a7de48518df1f16d8;hp=e2e76000793c6f890d569e6c769b680901053da5;hb=14f059072af34bc21b71ae7fc550f03b4a075b3b;hpb=d004ec924de058f46076b23c0cf244d46e752ac7 diff --git a/src/search.h b/src/search.h index e2e76000..00e2cd4a 100644 --- a/src/search.h +++ b/src/search.h @@ -57,9 +57,6 @@ struct SearchStack { Depth reduction; Value eval; bool skipNullMove; - - void init(); - void initKillers(); };