Skip to content

Commit

Permalink
tree-diff: show_path prototype is not needed anymore
Browse files Browse the repository at this point in the history
We moved all action-taking code below show_path() in recent HEAD~~
(tree-diff: move all action-taking code out of compare_tree_entry).

Signed-off-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Kirill Smelkov authored and Junio C Hamano committed Mar 20, 2014
1 parent 9bc0619 commit 5acabd8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tree-diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
#include "diffcore.h"
#include "tree.h"

static void show_path(struct strbuf *base, struct diff_options *opt,
struct tree_desc *t1, struct tree_desc *t2);

/*
* Compare two tree entries, taking into account only path/S_ISDIR(mode),
* but not their sha1's.
Expand Down

0 comments on commit 5acabd8

Please sign in to comment.