Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorしらいしななこ <nanako3@lavabit.com>2008-06-19 03:21:09 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-20 04:07:22 +0400
commit78d0f5d210bc053d961185be6cfb0e248a0bdda3 (patch)
tree6c10cd10d2ad7a17db83fe5d49dbb52a3e19b051 /cache.h
parente449f105805ffa49ccf7cf080db897ecf65a1a0f (diff)
environment.c: remove unused function
get_refs_directory() is not used anywhere. 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 81b7e17de2..feb49b788f 100644
--- a/cache.h
+++ b/cache.h
@@ -311,7 +311,6 @@ extern char *git_work_tree_cfg;
extern int is_inside_work_tree(void);
extern const char *get_git_dir(void);
extern char *get_object_directory(void);
-extern char *get_refs_directory(void);
extern char *get_index_file(void);
extern char *get_graft_file(void);
extern int set_git_dir(const char *path);