X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=bcd5eb14e1b57cb77d92d81cd3bd5a8640920bb8;hb=3e0753bef36e5efeed700d7277187f6fbd7275f5;hp=94a0e5f9548afb864361ae826f2cef914703a302;hpb=c7843f2f79c23144842b462c7dee7da2615b12ed;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 94a0e5f9..bcd5eb14 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -65,7 +65,7 @@ public: PH_STOP }; - MovePicker(const Position& p, bool pvnode, Move ttm, Depth d, const History& h, SearchStack* ss = NULL); + MovePicker(const Position& p, Move ttm, Depth d, const History& h, SearchStack* ss = NULL); Move get_next_move(); Move get_next_move(Lock& lock); int number_of_moves() const; @@ -85,8 +85,6 @@ private: Move ttMove, mateKiller, killer1, killer2; Bitboard pinned, dc; MoveStack moves[256], badCaptures[64]; - bool pvNode; - Depth depth; int phaseIndex; int numOfMoves, numOfBadCaptures; int movesPicked;