summaryrefslogtreecommitdiff
path: root/diffcore.h
diff options
context:
space:
mode:
authorYann Dirson <ydirson@altern.org>2008-09-19 20:12:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-20 02:48:30 (GMT)
commit264e0b9a3c090930eec8dd16ecacf551dc685ac1 (patch)
treee3f03959fab380829924226d9411fa4e41a7974f /diffcore.h
parentaa5735bed459be71473b4fda1a9a026f798acf76 (diff)
downloadgit-264e0b9a3c090930eec8dd16ecacf551dc685ac1.zip
git-264e0b9a3c090930eec8dd16ecacf551dc685ac1.tar.gz
git-264e0b9a3c090930eec8dd16ecacf551dc685ac1.tar.bz2
Bust the ghost of long-defunct diffcore-pathspec.
This concept was retired by 77882f6 (Retire diffcore-pathspec., 2006-04-10), more than 2 years ago. Signed-off-by: Yann Dirson <ydirson@altern.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore.h')
-rw-r--r--diffcore.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h
index cc96c20..8ae3578 100644
--- a/diffcore.h
+++ b/diffcore.h
@@ -92,7 +92,6 @@ extern struct diff_filepair *diff_queue(struct diff_queue_struct *,
struct diff_filespec *);
extern void diff_q(struct diff_queue_struct *, struct diff_filepair *);
-extern void diffcore_pathspec(const char **pathspec);
extern void diffcore_break(int);
extern void diffcore_rename(struct diff_options *);
extern void diffcore_merge_broken(void);