Skip to content

Commit 5958068

Browse files
avargitster
authored andcommitted
config.h: remove unused git_config_get_untracked_cache() declaration
This function was removed in ad0fb65 (repo-settings: parse core.untrackedCache, 2019-08-13), but not its corresponding *.h entry. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 067e73c commit 5958068

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,6 @@ int git_config_get_maybe_bool(const char *key, int *dest);
606606
int git_config_get_pathname(const char *key, const char **dest);
607607

608608
int git_config_get_index_threads(int *dest);
609-
int git_config_get_untracked_cache(void);
610609
int git_config_get_split_index(void);
611610
int git_config_get_max_percent_split_change(void);
612611
int git_config_get_fsmonitor(void);

0 commit comments

Comments
 (0)