diff options
author | René Scharfe <l.s.r@web.de> | 2014-08-30 23:40:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-09-02 11:02:58 -0700 |
commit | 57065289a9ef2fc962ec7f82f9771b45eba8dba1 (patch) | |
tree | 51512efe584694dc62f656d79207ded0890d7793 /cache.h | |
parent | Merge git://github.com/git-l10n/git-po (diff) | |
download | tgif-57065289a9ef2fc962ec7f82f9771b45eba8dba1.tar.xz |
merge-tree: remove unused df_conflict arguments
merge_trees_recursive() stores a pointer to its parameter df_conflict in
its struct traverse_info, but it is never actually used. Stop doing
that, remove the parameter and inline the function into merge_trees(),
as the latter is now only passing on its parameters.
Remove the parameter df_conflict from unresolved_directory() as well,
now that there is no way to pass it to merge_trees_recursive() through
that function anymore.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
0 files changed, 0 insertions, 0 deletions