X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=merge-recursive.h;h=9e090a347016ea715acf8d26ec5527f033b94ba1;hb=9798f7e5f948b2586c33d850f6a00d4fc0537d75;hp=58f3435e9e854ab82c2fd0c10c55520bc69e5ed0;hpb=e3fe71433f22839a4bd748e55c90421a8eaffcc5;p=git.git diff --git a/merge-recursive.h b/merge-recursive.h index 58f3435e9..9e090a347 100644 --- a/merge-recursive.h +++ b/merge-recursive.h @@ -59,9 +59,4 @@ struct tree *write_tree_from_memory(struct merge_options *o); int parse_merge_opt(struct merge_options *out, const char *s); -/* builtin/merge.c */ -int try_merge_command(const char *strategy, size_t xopts_nr, - const char **xopts, struct commit_list *common, - const char *head_arg, struct commit_list *remotes); - #endif