X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=1c8d0d30fa08a629b4986cbba8708e5a3debe9c1;hp=4ae40685a86e9811061fb6eec5ea5e4104857107;hb=2550c6383b4646d64ab431cbb573991353ed7a2e;hpb=e68ebe618c82aa2e22016d1e9474861162914002 diff --git a/src/movepick.h b/src/movepick.h index 4ae40685..1c8d0d30 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -80,8 +80,7 @@ private: void score_evasions(); void score_qcaptures(); Move pick_move_from_list(); - int find_best_index(); - int find_best_index(Bitboard* squares, int values[]); + int find_best_index() const; const Position& pos; Move ttMove, mateKiller, killer1, killer2;