Merge branch 'ab/retire-decl-of-missing-unused-funcs'
Remove external declaration of functions that no longer exist. * ab/retire-decl-of-missing-unused-funcs: config.h: remove unused git_config_get_untracked_cache() declaration log-tree.h: remove unused function declarations grep.h: remove unused grep_threads_ok() declaration builtin.h: remove cmd_tar_tree() declaration
This commit is contained in:
1
grep.h
1
grep.h
@ -223,7 +223,6 @@ void grep_source_load_driver(struct grep_source *gs,
|
||||
int grep_source(struct grep_opt *opt, struct grep_source *gs);
|
||||
|
||||
struct grep_opt *grep_opt_dup(const struct grep_opt *opt);
|
||||
int grep_threads_ok(const struct grep_opt *opt);
|
||||
|
||||
/*
|
||||
* Mutex used around access to the attributes machinery if
|
||||
|
||||
Reference in New Issue
Block a user