Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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 58e790a5ee..73fa9beab0 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.