aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:04 +0900
committerJunio C Hamano <gitster@pobox.com>2017-09-10 17:03:04 +0900
commitf04f860dfa80f9bb7f185fa9b6fecc73dbe902b4 (patch)
tree6ce9e667348eca4756241ff37d815c6d37e2b6ad /cache.h
parent1a8a3286544a5ab54b6e360e420edb219f02d69a (diff)
parent2456990dfd93dee6d1906d774db112056534b57b (diff)
downloadgit-f04f860dfa80f9bb7f185fa9b6fecc73dbe902b4.tar.gz
git-f04f860dfa80f9bb7f185fa9b6fecc73dbe902b4.tar.xz
Merge branch 'sb/sha1-file-cleanup' into maint
Code clean-up. * sb/sha1-file-cleanup: sha1_file: make read_info_alternates static
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 ee2db602b..849bc0dcd 100644
--- a/cache.h
+++ b/cache.h
@@ -1545,7 +1545,6 @@ extern struct alternate_object_database {
char path[FLEX_ARRAY];
} *alt_odb_list;
extern void prepare_alt_odb(void);
-extern void read_info_alternates(const char * relative_base, int depth);
extern char *compute_alternate_path(const char *path, struct strbuf *err);
typedef int alt_odb_fn(struct alternate_object_database *, void *);
extern int foreach_alt_odb(alt_odb_fn, void*);