refspec: remove the deprecated functions
[gitweb.git] / remote.h
index e7d00fe2a39c02b310246d83f6adbcfc4b8cb0d3..4ffbc0082de309dd9e3ae506b599d3b8bbdee295 100644 (file)
--- 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