Change-Id: Ibf02549e5485ad07da66fe4b1c84f9e2b76b2aca Signed-off-by: Ronnie Sahlberg <sahlb...@google.com> --- refs.c | 2 +- refs.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/refs.c b/refs.c index b64d0c7..fddd59c 100644 --- a/refs.c +++ b/refs.c @@ -2663,7 +2663,7 @@ static int curate_packed_ref_fn(struct ref_entry *entry, void *cb_data) /* * Must be called with packed refs already locked (and sorted) */ -int repack_without_refs(struct string_list *without, struct strbuf *err) +static int repack_without_refs(struct string_list *without, struct strbuf *err) { struct ref_dir *packed; struct string_list refs_to_delete = STRING_LIST_INIT_DUP; diff --git a/refs.h b/refs.h index d174380..db435bf 100644 --- a/refs.h +++ b/refs.h @@ -163,9 +163,6 @@ extern void rollback_packed_refs(void); */ int pack_refs(unsigned int flags); -extern int repack_without_refs(struct string_list *without, - struct strbuf *err); - extern int ref_exists(const char *); extern int is_branch(const char *refname); -- 2.1.0.rc2.206.gedb03e5 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html