diff options
author | Jonathan Tan <jonathantanmy@google.com> | 2017-08-19 00:20:18 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-24 00:12:06 +0200 |
commit | 8e21176c3cff203c1b991fda55df3ac7904d09fa (patch) | |
tree | ff15441202af10c024be29e563ec03db66d03f17 /cache.h | |
parent | pack: move static state variables (diff) | |
download | git-8e21176c3cff203c1b991fda55df3ac7904d09fa.tar.xz git-8e21176c3cff203c1b991fda55df3ac7904d09fa.zip |
pack: move pack_report()
Signed-off-by: Jonathan Tan <jonathantanmy@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1626,8 +1626,6 @@ unsigned long approximate_object_count(void); extern struct packed_git *find_sha1_pack(const unsigned char *sha1, struct packed_git *packs); -extern void pack_report(void); - /* * Create a temporary file rooted in the object database directory, or * die on failure. The filename is taken from "pattern", which should have the |