summaryrefslogtreecommitdiff
path: root/remote.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-04-17 06:29:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-04-17 06:29:27 (GMT)
commit93a96cced3ff4181bde02b1688c15d5de03db7be (patch)
tree2e2c7b3c14372f4a8f74e5772a3ea1ac9319d562 /remote.h
parentcb054eb26452e07a3cb34703e1579b97f5c7e6ab (diff)
parent8668976b53446847dfb363887738899a708f15a0 (diff)
downloadgit-93a96cced3ff4181bde02b1688c15d5de03db7be.zip
git-93a96cced3ff4181bde02b1688c15d5de03db7be.tar.gz
git-93a96cced3ff4181bde02b1688c15d5de03db7be.tar.bz2
Merge branch 'jc/unused-symbols'
Code cleanup. * jc/unused-symbols: remote.[ch]: parse_push_cas_option() can be static
Diffstat (limited to 'remote.h')
-rw-r--r--remote.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/remote.h b/remote.h
index dd8c517..d7992c4 100644
--- a/remote.h
+++ b/remote.h
@@ -290,7 +290,6 @@ struct push_cas_option {
};
extern int parseopt_push_cas_option(const struct option *, const char *arg, int unset);
-extern int parse_push_cas_option(struct push_cas_option *, const char *arg, int unset);
extern int is_empty_cas(const struct push_cas_option *);
void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);