summaryrefslogtreecommitdiff
path: root/tree-diff.c
diff options
context:
space:
mode:
authorKirill Smelkov <kirr@mns.spb.ru>2014-02-24 16:21:42 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-03-20 22:04:32 (GMT)
commit5acabd84a6656a4f568f0e934cc9e1b344ed39d4 (patch)
tree9d03d31c735ea4c5e9560c2d1bb7a49fbd5d1300 /tree-diff.c
parent9bc0619655dfd183eb5d0d47b4d63a511acd5c64 (diff)
downloadgit-5acabd84a6656a4f568f0e934cc9e1b344ed39d4.zip
git-5acabd84a6656a4f568f0e934cc9e1b344ed39d4.tar.gz
git-5acabd84a6656a4f568f0e934cc9e1b344ed39d4.tar.bz2
tree-diff: show_path prototype is not needed anymore
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>
Diffstat (limited to 'tree-diff.c')
-rw-r--r--tree-diff.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tree-diff.c b/tree-diff.c
index 58e790a..73fa9bea 100644
--- a/tree-diff.c
+++ b/tree-diff.c
@@ -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.