mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
serve: mark has_capability() as static
The has_capability() function introduced ined10cb952d(serve: introduce git-serve, 2018-03-15) has never been used anywhere except serve.c, so let's mark it as static. It was later changed from "extern" in554544276a(*.[ch]: remove extern from function declarations using spatch, 2019-04-29), but we could have simply marked it as "static" instead. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
e5a14ddd2d
commit
eacf36a4d1
Reference in New Issue
Block a user