From ba6746c08fd6cff7da3e435a086515b8d80862c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scharfe?= Date: Fri, 17 Mar 2017 23:15:03 +0100 Subject: 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 Acked-by: Jeff King Signed-off-by: Junio C Hamano --- revision.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'revision.h') diff --git a/revision.h b/revision.h index 1b58aacc0..01d2d3e33 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, -- cgit v1.2.1