]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
config: drop git_config_early
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index fdb9583cf53fa9812adf039f6312cca8fd605a0a..867e73eb541bba8f447e57e17faf2d922297a651 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1535,7 +1535,6 @@ extern void git_config(config_fn_t fn, void *);
 extern int git_config_with_options(config_fn_t fn, void *,
                                   struct git_config_source *config_source,
                                   int respect_includes);
-extern int git_config_early(config_fn_t fn, void *, const char *repo_config);
 extern int git_parse_ulong(const char *, unsigned long *);
 extern int git_parse_maybe_bool(const char *);
 extern int git_config_int(const char *, const char *);