summaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 22:58:44 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-15 19:05:48 (GMT)
commita355b11daba73f8a73866a318d5eb8550285332b (patch)
tree576372e4d0ea92241031c1de7275a2a5c6402004 /remote.c
parent667f7eb2eac5b5b369dc2a3f444e6057563e683a (diff)
downloadgit-a355b11daba73f8a73866a318d5eb8550285332b.zip
git-a355b11daba73f8a73866a318d5eb8550285332b.tar.gz
git-a355b11daba73f8a73866a318d5eb8550285332b.tar.bz2
remote.c: make clear_cas_option() static
No external callers exist. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.c')
-rw-r--r--remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote.c b/remote.c
index 5b9c693..0b3939c 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;