diff options
author | Patrick Steinhardt <ps@pks.im> | 2024-05-07 09:11:58 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-05-07 10:06:59 -0700 |
commit | c8f815c2083c4b340d4148a15d45c55f2fcc7d3f (patch) | |
tree | 01d6649e79f0fa40a9859c5fab1df7e513af9a65 /commit-graph.c | |
parent | 2e5c4758b75f7cbae612c89b177aa045fa4f9c68 (diff) |
refs: remove functions without ref store
The preceding commit has rewritten all callers of ref-related functions
to use the equivalents that accept a `struct ref_store`. Consequently,
the respective variants without the ref store are now unused. Remove
them.
There are likely patch series in-flight that use the now-removed
functions. To help the authors, the old implementations have been added
to "refs.c" in an ifdef'd section as a reference for how to migrate each
of the respective callers.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions