Message ID | patch-4.4-01d53ae63b6-20210928T125228Z-avarab@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 59580685bee17de3efff614df7f508133d1e4a7a |
Headers | show |
Series | *.h: remove dead function declarations | expand |
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);
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@gmail.com> --- config.h | 1 - 1 file changed, 1 deletion(-)