remote.[ch]: parse_push_cas_option() can be static
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Mar 2017 20:20:48 +0000 (13:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Mar 2017 20:20:48 +0000 (13:20 -0700)
commit8668976b53446847dfb363887738899a708f15a0
tree969fae0513bcc47962c49f7307cafd5bae0bae19
parent068c77a5189584de2a8d9c2ad29e2370159444ae
remote.[ch]: parse_push_cas_option() can be static

Since 068c77a5 ("builtin/send-pack.c: use parse_options API",
2015-08-19), there is no external user of this helper function.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote.c
remote.h