]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Introduce enum SquareColor
[stockfish] / src / search.h
index e2e76000793c6f890d569e6c769b680901053da5..00e2cd4ac38b0349f7063c3a7de48518df1f16d8 100644 (file)
@@ -57,9 +57,6 @@ struct SearchStack {
   Depth reduction;
   Value eval;
   bool skipNullMove;
-
-  void init();
-  void initKillers();
 };