Skip to content

Commit e78d57e

Browse files
bmwillgitster
authored andcommitted
pathspec: remove unnecessary function prototypes
A few functions were removed in 5a76aff ("add: convert to use parse_pathspec", 2013-07-14), but we forgot to remove their external declarations from pathspec.h while doing so. Signed-off-by: Brandon Williams <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit e78d57e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pathspec.h

-2
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,5 @@ static inline int ps_strcmp(const struct pathspec_item *item,
9696

9797
extern char *find_pathspecs_matching_against_index(const struct pathspec *pathspec);
9898
extern void add_pathspec_matches_against_index(const struct pathspec *pathspec, char *seen);
99-
extern const char *check_path_for_gitlink(const char *path);
100-
extern void die_if_path_beyond_symlink(const char *path, const char *prefix);
10199

102100
#endif /* PATHSPEC_H */

0 commit comments

Comments
 (0)