pathspec: remove unnecessary function prototypes
A few functions were removed in 5a76aff1 ("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 <bmwill@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Brandon Williams committed
Sep 13, 2016 at 09:52 UTC
e78d57ec8e330ab59058f932c0ba211014f4f6be
1 file changed
-2
pathspec.h
-2
@@ -96,7 +96,5 @@ static inline int ps_strcmp(const struct pathspec_item *item,
96
97
extern char *find_pathspecs_matching_against_index(const struct pathspec *pathspec);
98
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);
99
100
#endif /* PATHSPEC_H */