From 953035009601a971137ecc2c7d5e662189cfda50 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 16 May 2018 15:58:02 -0700 Subject: remote: remove add_prune_tags_to_fetch_refspec Remove 'add_prune_tags_to_fetch_refspec()' function and instead have the only caller directly add the tag refspec using 'refspec_append()'. Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- remote.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'remote.h') diff --git a/remote.h b/remote.h index e7d00fe2a3..4ffbc0082d 100644 --- a/remote.h +++ b/remote.h @@ -290,6 +290,4 @@ extern int parseopt_push_cas_option(const struct option *, const char *arg, int extern int is_empty_cas(const struct push_cas_option *); void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *); -void add_prune_tags_to_fetch_refspec(struct remote *remote); - #endif -- cgit v1.2.3