From e78d57ec8e330ab59058f932c0ba211014f4f6be Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Tue, 13 Sep 2016 09:52:51 -0700 Subject: 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 --- pathspec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'pathspec.h') 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 */ -- cgit v1.2.3