mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
refs: remove old refs_warn_dangling_symref
The dangling warning function that takes a single ref to search for is no longer used. Remove it. Signed-off-by: Phil Hord <phil.hord@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
cc7dc407fe
commit
0f84695499
2
refs.h
2
refs.h
@@ -435,8 +435,6 @@ static inline const char *has_glob_specials(const char *pattern)
|
||||
return strpbrk(pattern, "?*[");
|
||||
}
|
||||
|
||||
void refs_warn_dangling_symref(struct ref_store *refs, FILE *fp,
|
||||
const char *msg_fmt, const char *refname);
|
||||
void refs_warn_dangling_symrefs(struct ref_store *refs, FILE *fp,
|
||||
const char *msg_fmt, const struct string_list *refnames);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user