refs.[ch]: remove unused ref_storage_backend_exists()
This function was added in 3dce444f17
(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>
This commit is contained in:
parent
cefe983a32
commit
98961e42f0
5
refs.c
5
refs.c
@ -33,11 +33,6 @@ static struct ref_storage_be *find_ref_storage_backend(const char *name)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int ref_storage_backend_exists(const char *name)
|
||||
{
|
||||
return find_ref_storage_backend(name) != NULL;
|
||||
}
|
||||
|
||||
/*
|
||||
* How to handle various characters in refnames:
|
||||
* 0: An acceptable character for refs
|
||||
|
Loading…
Reference in New Issue
Block a user