Skip to content

Commit 1c91ec0

Browse files
committed
Merge branch 'rs/path-name-safety-cleanup' into maint
Code clean-up. * rs/path-name-safety-cleanup: revision: remove declaration of path_name()
2 parents 310b945 + ba6746c commit 1c91ec0

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
@@ -259,8 +259,6 @@ extern void put_revision_mark(const struct rev_info *revs,
259259
extern void mark_parents_uninteresting(struct commit *commit);
260260
extern void mark_tree_uninteresting(struct tree *tree);
261261

262-
char *path_name(struct strbuf *path, const char *name);
263-
264262
extern void show_object_with_name(FILE *, struct object *, const char *);
265263

266264
extern void add_pending_object(struct rev_info *revs,

0 commit comments

Comments
 (0)