X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=bcd5eb14e1b57cb77d92d81cd3bd5a8640920bb8;hp=94a0e5f9548afb864361ae826f2cef914703a302;hb=0d69ac33ff1b0258c9b18dca48f7b8b40fab5713;hpb=c1b60269a26b2ba1c8882b8f382f0e3e435c1962 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;