aboutsummaryrefslogtreecommitdiff
path: root/refs.c
diff options
context:
space:
mode:
Diffstat (limited to 'refs.c')
-rw-r--r--refs.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/refs.c b/refs.c
index ca1d10055..bad05ba86 100644
--- a/refs.c
+++ b/refs.c
@@ -1602,11 +1602,6 @@ int refs_pack_refs(struct ref_store *refs, unsigned int flags)
return refs->be->pack_refs(refs, flags);
}
-int pack_refs(unsigned int flags)
-{
- return refs_pack_refs(get_main_ref_store(), flags);
-}
-
int refs_peel_ref(struct ref_store *refs, const char *refname,
unsigned char *sha1)
{