]> git.ipfire.org Git - thirdparty/git.git/commit
refs.[ch]: remove unused ref_storage_backend_exists()
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 28 Sep 2021 13:02:20 +0000 (15:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Sep 2021 22:12:04 +0000 (15:12 -0700)
commit98961e42f047bf0a9891d6c7d58d54e86285ae52
treed1e4d37eef4600657f3a7ca0824e0c19587b3d5c
parentcefe983a320c03d7843ac78e73bd513a27806845
refs.[ch]: remove unused ref_storage_backend_exists()

This function was added in 3dce444f178 (refs: add a backend method
structure, 2016-09-04), but has never been used by anything. The only
caller that might care uses find_ref_storage_backend() directly.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h