remote.c: make clear_cas_option() static

No external callers exist.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano
2015-01-14 14:58:44 -08:00
parent 667f7eb2ea
commit a355b11dab
2 changed files with 1 additions and 2 deletions

View File

@ -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;