summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-10-06 20:40:14 (GMT)
commite10bfe7b339d8740f0a350a27f9aaa547db04635 (patch)
treef3ab3a499ade71a625d28d731b17e740417ba740 /config.h
parent16119bac40520e2f6f87ac700f3f04554ec59bef (diff)
parent59580685bee17de3efff614df7f508133d1e4a7a (diff)
downloadgit-e10bfe7b339d8740f0a350a27f9aaa547db04635.zip
git-e10bfe7b339d8740f0a350a27f9aaa547db04635.tar.gz
git-e10bfe7b339d8740f0a350a27f9aaa547db04635.tar.bz2
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
Diffstat (limited to 'config.h')
-rw-r--r--config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 147f5e0..7378fc1 100644
--- a/config.h
+++ b/config.h
@@ -609,7 +609,6 @@ int git_config_get_maybe_bool(const char *key, int *dest);
int git_config_get_pathname(const char *key, const char **dest);
int git_config_get_index_threads(int *dest);
-int git_config_get_untracked_cache(void);
int git_config_get_split_index(void);
int git_config_get_max_percent_split_change(void);
int git_config_get_fsmonitor(void);