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 19:06:59 +0200 |
commit | c8f815c2083c4b340d4148a15d45c55f2fcc7d3f (patch) | |
tree | 01d6649e79f0fa40a9859c5fab1df7e513af9a65 /po | |
parent | cocci: apply rules to rewrite callers of "refs" interfaces (diff) | |
download | git-c8f815c2083c4b340d4148a15d45c55f2fcc7d3f.tar.xz git-c8f815c2083c4b340d4148a15d45c55f2fcc7d3f.zip |
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 'po')
0 files changed, 0 insertions, 0 deletions