refs: drop `ref_store`-less functionsps/ref-api-cleanup
commit91d351ec88b39070a65e118512d369f052205187
authorPatrick Steinhardt <ps@pks.im>
Fri, 2 Aug 2024 05:38:19 +0000 (2 07:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2024 15:54:32 +0000 (2 08:54 -0700)
treecd72541ba2194c05023752b36a206625b6be6238
parent406f326d271e0bacecdb00425422c5fa3f314930
refs: drop `ref_store`-less functions

In c8f815c208 (refs: remove functions without ref store, 2024-05-07), we
have removed functions of the refs subsystem that do not take a ref
store as input parameter. In order to make it easier for folks to figure
out how to replace calls to such functions in in-flight patch series, we
kept their definitions around in an ifdeffed block.

Now that Git v2.46 is out, it is rather unlikely that anybody still has
references to these old functions in their unreleased patches. Let's
thus drop them.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.h