diff options
author | Yann Dirson <ydirson@altern.org> | 2008-09-19 22:12:53 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-09-19 19:48:30 -0700 |
commit | 264e0b9a3c090930eec8dd16ecacf551dc685ac1 (patch) | |
tree | e3f03959fab380829924226d9411fa4e41a7974f /diffcore.h | |
parent | aa5735bed459be71473b4fda1a9a026f798acf76 (diff) | |
download | git-264e0b9a3c090930eec8dd16ecacf551dc685ac1.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/diffcore.h b/diffcore.h index cc96c20734..8ae35785fd 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); |