This function was removed in ad0fb659993 (repo-settings: parse core.untrackedCache, 2019-08-13), but not its corresponding *.h entry. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- config.h | 1 - 1 file changed, 1 deletion(-) diff --git a/config.h b/config.h index 147f5e0490e..7378fc165fb 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); -- 2.33.0.1340.ge9f77250f2b