X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=d49ea3b6a2a995ba0d2a9947265a5f766386293e;hp=0a48c82de92ad991cfc6447dd9d603ad4bf6ca33;hb=8aa4f3fde46acc1d5a02d2b16aae5098606cfcb2;hpb=d9c7cad6302ddeff9f8a32a3fe66359c556a868e diff --git a/src/movepick.h b/src/movepick.h index 0a48c82d..d49ea3b6 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -35,7 +35,7 @@ /// and is used for reduction and move ordering decisions. Gains records the move's /// best evaluation gain from one ply to the next and is used for pruning decisions. /// Countermoves store the move that refute a previous one. Entries are stored -/// according only to moving piece and destination square, hence two moves with +/// using only the moving piece and destination square, hence two moves with /// different origin but same destination and piece will be considered identical. template struct Stats { @@ -88,7 +88,6 @@ public: MovePicker(const Position&, Move, const HistoryStats&, PieceType); MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*); - const ExtMove* stage_moves() const; template Move next_move(); private: