rebase: remove a no-longer-used function
With the `--preserve-merges` option going away, we no longer need this function. Helped-by: Alban Gruin <alban.gruin@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
82db1f8439
commit
06aa5e4ea4
@ -16,6 +16,4 @@ int todo_list_check(struct todo_list *old_todo, struct todo_list *new_todo);
|
||||
int todo_list_check_against_backup(struct repository *r,
|
||||
struct todo_list *todo_list);
|
||||
|
||||
int check_todo_list_from_file(struct repository *r);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user