Skip to content

Commit

Permalink
merge-tree: remove unnecessary call of git_extract_argv0_path
Browse files Browse the repository at this point in the history
This call should have been removed when the utility was made a builtin by
907a7cb.

Signed-off-by: Johannes Sixt <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
j6t authored and gitster committed Jan 22, 2010
1 parent dedc0ec commit 07c0732
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions builtin-merge-tree.c
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,6 @@ int cmd_merge_tree(int argc, const char **argv, const char *prefix)
if (argc != 4)
usage(merge_tree_usage);

git_extract_argv0_path(argv[0]);

buf1 = get_tree_descriptor(t+0, argv[1]);
buf2 = get_tree_descriptor(t+1, argv[2]);
buf3 = get_tree_descriptor(t+2, argv[3]);
Expand Down

0 comments on commit 07c0732

Please sign in to comment.