From 7c744782abdc0c6fdf0fd4eae2a790ea2631f1c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Th=C3=A1i=20Ng=E1=BB=8Dc=20Duy?= Date: Sun, 26 Mar 2017 09:42:37 +0700 Subject: refs: delete pack_refs() in favor of refs_pack_refs() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It only has one caller, not worth keeping just for convenience. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- refs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'refs.h') diff --git a/refs.h b/refs.h index 37f4aa8bd..1a07f9d86 100644 --- a/refs.h +++ b/refs.h @@ -297,7 +297,6 @@ void warn_dangling_symrefs(FILE *fp, const char *msg_fmt, * flags: Combination of the above PACK_REFS_* flags. */ int refs_pack_refs(struct ref_store *refs, unsigned int flags); -int pack_refs(unsigned int flags); /* * Flags controlling ref_transaction_update(), ref_transaction_create(), etc. -- cgit v1.2.1