kill limit_pathspec_to_literal() as it's only used by parse_pathspec()
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
233c3e6c59
commit
341003e715
@ -61,8 +61,6 @@ extern void parse_pathspec(struct pathspec *pathspec,
|
||||
extern void copy_pathspec(struct pathspec *dst, const struct pathspec *src);
|
||||
extern void free_pathspec(struct pathspec *);
|
||||
|
||||
extern int limit_pathspec_to_literal(void);
|
||||
|
||||
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);
|
||||
|
Reference in New Issue
Block a user