summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorしらいしななこ <nanako3@lavabit.com>2008-06-18 23:21:11 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-20 00:07:41 (GMT)
commite4bffb5a1d9ab3c9c0ef0541a395d47516480d97 (patch)
treeba11f4fc978241009669881a9aa4c5c96f594d3b /cache.h
parent78d0f5d210bc053d961185be6cfb0e248a0bdda3 (diff)
downloadgit-e4bffb5a1d9ab3c9c0ef0541a395d47516480d97.zip
git-e4bffb5a1d9ab3c9c0ef0541a395d47516480d97.tar.gz
git-e4bffb5a1d9ab3c9c0ef0541a395d47516480d97.tar.bz2
config.c: make git_env_bool() static
This function is not used by any other file. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index feb49b7..8140763 100644
--- a/cache.h
+++ b/cache.h
@@ -734,7 +734,6 @@ extern int git_config_set_multivar(const char *, const char *, const char *, int
extern int git_config_rename_section(const char *, const char *);
extern const char *git_etc_gitconfig(void);
extern int check_repository_format_version(const char *var, const char *value, void *cb);
-extern int git_env_bool(const char *, int);
extern int git_config_system(void);
extern int git_config_global(void);
extern int config_error_nonbool(const char *);