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>2021-12-15 20:39:50 +0300
committerJunio C Hamano <gitster@pobox.com>2021-12-15 20:39:50 +0300
commit79aee56c1ee342953a6d9f49f45b89d7f44a624f (patch)
tree2131d09649d5365815dc1d6a099d0d1c2f4fc9e0 /packfile.h
parent212962deba57df0207743eda93f7b017bedd2cf6 (diff)
parent0bf0de6cc70361b7847264050d03b91f6d423813 (diff)
Merge branch 'tb/pack-revindex-on-disk-cleanup'
Code clean-up. * tb/pack-revindex-on-disk-cleanup: packfile: make `close_pack_revindex()` static
Diffstat (limited to 'packfile.h')
-rw-r--r--packfile.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/packfile.h b/packfile.h
index 186146779d..a3f6723857 100644
--- a/packfile.h
+++ b/packfile.h
@@ -90,7 +90,6 @@ uint32_t get_pack_fanout(struct packed_git *p, uint32_t value);
unsigned char *use_pack(struct packed_git *, struct pack_window **, off_t, unsigned long *);
void close_pack_windows(struct packed_git *);
-void close_pack_revindex(struct packed_git *);
void close_pack(struct packed_git *);
void close_object_store(struct raw_object_store *o);
void unuse_pack(struct pack_window **);