]> git.ipfire.org Git - thirdparty/git.git/commitdiff
revision: remove declaration of path_name()
authorRené Scharfe <l.s.r@web.de>
Fri, 17 Mar 2017 22:15:03 +0000 (23:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 18 Mar 2017 17:15:03 +0000 (10:15 -0700)
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>
revision.h

index 1b58aacc03bd330ebf70ee71aac0d38fd18743c7..01d2d3e33de4ecd8baa808ef2f5553a4a29f0127 100644 (file)
@@ -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,