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:
authorJunio C Hamano <gitster@pobox.com>2017-08-24 00:13:10 +0300
committerJunio C Hamano <gitster@pobox.com>2017-08-24 00:13:10 +0300
commit3830759c1c91726a97adb2e97e2de08aec60f25a (patch)
tree565ce768813ae1c98438dada58f8fc7958630e52 /cache.h
parent8a43d3bae50eeb48893d45affbfc772dbac78b6c (diff)
parent2456990dfd93dee6d1906d774db112056534b57b (diff)
Merge branch 'sb/sha1-file-cleanup'
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 f99404f89a..ab3b52ff92 100644
--- a/cache.h
+++ b/cache.h
@@ -1544,7 +1544,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*);