Ramsay Jones wrote:
> Commit fcfba37337 ('ref-filter: make "--contains <id>" less chatty if
> <id> is invalid', 2018-02-23), removed the last use of the callback
> function parse_opt_commits(). Remove this function declaration and
> definition, since it is now dead code.
>
> Signed-off-by: Ramsay Jones <[email protected]>
> ---
> parse-options-cb.c | 16 ----------------
> parse-options.h | 1 -
> 2 files changed, 17 deletions(-)Reviewed-by: Jonathan Nieder <[email protected]> Thanks.

