From: Brandon Williams Date: Tue, 13 Sep 2016 16:52:51 +0000 (-0700) Subject: pathspec: remove unnecessary function prototypes X-Git-Tag: v2.10.1~27^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e78d57ec8e330ab59058f932c0ba211014f4f6be?ds=inline;hp=--cc 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 Signed-off-by: Junio C Hamano --- e78d57ec8e330ab59058f932c0ba211014f4f6be diff --git a/pathspec.h b/pathspec.h index 0c1126264a..08f5876f02 100644 --- a/pathspec.h +++ b/pathspec.h @@ -96,7 +96,5 @@ static inline int ps_strcmp(const struct pathspec_item *item, extern char *find_pathspecs_matching_against_index(const struct pathspec *pathspec); extern void add_pathspec_matches_against_index(const struct pathspec *pathspec, char *seen); -extern const char *check_path_for_gitlink(const char *path); -extern void die_if_path_beyond_symlink(const char *path, const char *prefix); #endif /* PATHSPEC_H */