From a355b11daba73f8a73866a318d5eb8550285332b Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Jan 2015 14:58:44 -0800 Subject: remote.c: make clear_cas_option() static No external callers exist. Signed-off-by: Junio C Hamano --- remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remote.c') diff --git a/remote.c b/remote.c index 5b9c6931c..0b3939ce8 100644 --- a/remote.c +++ b/remote.c @@ -2156,7 +2156,7 @@ struct ref *get_stale_heads(struct refspec *refs, int ref_count, struct ref *fet /* * Compare-and-swap */ -void clear_cas_option(struct push_cas_option *cas) +static void clear_cas_option(struct push_cas_option *cas) { int i; -- cgit v1.2.1