X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=c2d5d8e9295d424ae130a411436cbb99b1ff0581;hp=d8051ec0321fc354ff1d8b0a60eda15a2f69fc8a;hb=e0504ab876a997321102f040ab88203cb893db12;hpb=e77f38c43102634139287b067a8079af36678bdb diff --git a/src/search.h b/src/search.h index d8051ec0..c2d5d8e9 100644 --- a/src/search.h +++ b/src/search.h @@ -38,15 +38,14 @@ namespace Search { struct Stack { Move* pv; + CounterMoveStats* counterMoves; int ply; Move currentMove; Move excludedMove; Move killers[2]; Value staticEval; Value history; - bool skipEarlyPruning; int moveCount; - CounterMoveStats* counterMoves; };