From 5ef6d593f18ac6b1e7540eed45f5d795d5a82faa Mon Sep 17 00:00:00 2001 From: Patrick Steinhardt Date: Mon, 23 Feb 2026 12:59:47 +0100 Subject: refs: replace `refs_for_each_rawref_in()` Replace calls to `refs_for_each_rawref_in()` with the newly introduced `refs_for_each_ref_ext()` function. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- refs.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'refs.h') diff --git a/refs.h b/refs.h index 01dc3c2fd4..673d4ccce5 100644 --- a/refs.h +++ b/refs.h @@ -542,10 +542,6 @@ int refs_for_each_namespaced_ref(struct ref_store *refs, const char **exclude_patterns, refs_for_each_cb fn, void *cb_data); -/* can be used to learn about broken ref and symref */ -int refs_for_each_rawref_in(struct ref_store *refs, const char *prefix, - refs_for_each_cb fn, void *cb_data); - /* * Normalizes partial refs to their fully qualified form. * Will prepend to the if it doesn't start with 'refs/'. -- cgit v1.3-5-g9baa