Skip to content

Commit 570b449

Browse files
committed
Merge branch 'bw/pathspec-remove-unused-extern-decl'
Code cleanup. * bw/pathspec-remove-unused-extern-decl: pathspec: remove unnecessary function prototypes
2 parents 7f109ef + e78d57e commit 570b449

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)