aboutsummaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJonathan Tan <jonathantanmy@google.com>2017-08-18 15:20:18 -0700
committerJunio C Hamano <gitster@pobox.com>2017-08-23 15:12:06 -0700
commit8e21176c3cff203c1b991fda55df3ac7904d09fa (patch)
treeff15441202af10c024be29e563ec03db66d03f17 /cache.h
parent6d6a80e06893f391b4aaafa8829f1cb3a0ac23f6 (diff)
downloadgit-8e21176c3cff203c1b991fda55df3ac7904d09fa.tar.gz
git-8e21176c3cff203c1b991fda55df3ac7904d09fa.tar.xz
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index dbc02ad81..aaf825fb7 100644
--- a/cache.h
+++ b/cache.h
@@ -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