diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-02-23 12:59:35 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-23 13:21:17 -0800 |
| commit | 57fa3161a0ba4fb5e17dba8244bc854d91ae98bf (patch) | |
| tree | ed4999278b08a2eab706508085e8fbf596f56f12 /refs.h | |
| parent | 4fa8cfd68ab9ed6fb273a354ff1b5e240cbabc1d (diff) | |
| download | git-57fa3161a0ba4fb5e17dba8244bc854d91ae98bf.tar.xz | |
refs: remove unused `refs_for_each_include_root_ref()`
Remove the unused `refs_for_each_include_root_ref()` function.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'refs.h')
| -rw-r--r-- | refs.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -472,12 +472,6 @@ int refs_for_each_rawref_in(struct ref_store *refs, const char *prefix, each_ref_fn fn, void *cb_data); /* - * Iterates over all refs including root refs, i.e. pseudorefs and HEAD. - */ -int refs_for_each_include_root_refs(struct ref_store *refs, each_ref_fn fn, - void *cb_data); - -/* * Normalizes partial refs to their fully qualified form. * Will prepend <prefix> to the <pattern> if it doesn't start with 'refs/'. * <prefix> will default to 'refs/' if NULL. |
