X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=5c2dfc8ac422b47777dca33164ea6ad6e7887d41;hp=6f2bcdb3ddb0431e3c9d2debd86f89f09824942e;hb=eb50793cffd8ac059450a76760e2c3f8ae9cc931;hpb=2f756394857332da79d92972088fccefa7260406 diff --git a/src/search.h b/src/search.h index 6f2bcdb3..5c2dfc8a 100644 --- a/src/search.h +++ b/src/search.h @@ -46,7 +46,6 @@ struct Stack { Depth reduction; Value staticEval; bool skipNullMove; - bool nullChild; };