aboutsummaryrefslogtreecommitdiffstats
path: root/remote.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 14:58:44 -0800
committerJunio C Hamano <gitster@pobox.com>2015-01-15 11:05:48 -0800
commita355b11daba73f8a73866a318d5eb8550285332b (patch)
tree576372e4d0ea92241031c1de7275a2a5c6402004 /remote.h
parent667f7eb2eac5b5b369dc2a3f444e6057563e683a (diff)
downloadgit-a355b11daba73f8a73866a318d5eb8550285332b.tar.gz
remote.c: make clear_cas_option() static
No external callers exist. Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 8b62efd2ad..31ccdcd14f 100644
--- a/remote.h
+++ b/remote.h
@@ -260,7 +260,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 void clear_cas_option(struct push_cas_option *);
extern int is_empty_cas(const struct push_cas_option *);
void apply_push_cas(struct push_cas_option *, struct remote *, struct ref *);