diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-10-11 19:21:47 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-11 19:21:47 +0200 |
commit | 62bff959c7a893c221239c5f3e4aabe91be5a793 (patch) | |
tree | 41f76cf2111334ffabe34ee409f7c2598bf488d4 /config.h | |
parent | Merge branch 'jk/ref-paranoia' (diff) | |
parent | config.c: remove unused git_config_key_is_valid() (diff) | |
download | git-62bff959c7a893c221239c5f3e4aabe91be5a793.tar.xz git-62bff959c7a893c221239c5f3e4aabe91be5a793.zip |
Merge branch 'ab/retire-git-config-key-is-valid'
Code cleanup.
* ab/retire-git-config-key-is-valid:
config.c: remove unused git_config_key_is_valid()
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -259,7 +259,6 @@ int git_config_set_gently(const char *, const char *); void git_config_set(const char *, const char *); int git_config_parse_key(const char *, char **, size_t *); -int git_config_key_is_valid(const char *key); /* * The following macros specify flag bits that alter the behavior |