summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-11 10:21:47 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-11 10:21:47 -0700
commit62bff959c7a893c221239c5f3e4aabe91be5a793 (patch)
tree41f76cf2111334ffabe34ee409f7c2598bf488d4 /config.h
parentMerge branch 'jk/ref-paranoia' (diff)
parentconfig.c: remove unused git_config_key_is_valid() (diff)
downloadtgif-62bff959c7a893c221239c5f3e4aabe91be5a793.tar.xz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h b/config.h
index 7378fc165f..f119de0130 100644
--- a/config.h
+++ b/config.h
@@ -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