diff options
author | René Scharfe <l.s.r@web.de> | 2017-03-17 23:15:03 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-03-18 10:15:03 -0700 |
commit | ba6746c08fd6cff7da3e435a086515b8d80862c2 (patch) | |
tree | ca7f1b761c868328cfe06775780a0a5b3bb085cd /revision.h | |
parent | list-objects: pass full pathname to callbacks (diff) | |
download | tgif-ba6746c08fd6cff7da3e435a086515b8d80862c2.tar.xz |
revision: remove declaration of path_name()
The definition of path_name() was removed by 2824e1841 (list-objects:
pass full pathname to callbacks); remove its declaration as well.
Signed-off-by: Rene Scharfe <l.s.r@web.de>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'revision.h')
-rw-r--r-- | revision.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/revision.h b/revision.h index 1b58aacc03..01d2d3e33d 100644 --- a/revision.h +++ b/revision.h @@ -256,8 +256,6 @@ extern void put_revision_mark(const struct rev_info *revs, extern void mark_parents_uninteresting(struct commit *commit); extern void mark_tree_uninteresting(struct tree *tree); -char *path_name(struct strbuf *path, const char *name); - extern void show_object_with_name(FILE *, struct object *, const char *); extern void add_pending_object(struct rev_info *revs, |