Skip to content

Commit ba6746c

Browse files
rscharfegitster
authored andcommitted
revision: remove declaration of path_name()
The definition of path_name() was removed by 2824e18 (list-objects: pass full pathname to callbacks); remove its declaration as well. Signed-off-by: Rene Scharfe <[email protected]> Acked-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2824e18 commit ba6746c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

revision.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,6 @@ extern void put_revision_mark(const struct rev_info *revs,
256256
extern void mark_parents_uninteresting(struct commit *commit);
257257
extern void mark_tree_uninteresting(struct tree *tree);
258258

259-
char *path_name(struct strbuf *path, const char *name);
260-
261259
extern void show_object_with_name(FILE *, struct object *, const char *);
262260

263261
extern void add_pending_object(struct rev_info *revs,

0 commit comments

Comments
 (0)