]> git.ipfire.org Git - thirdparty/git.git/commit
object-store.h: remove unused has_sha1_file*()
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 31 Mar 2022 01:45:54 +0000 (03:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 17:16:10 +0000 (10:16 -0700)
commit89ef49b30c09a0a8c96a59bbbb38065f89319af3
tree74ff08592d60a8523968c3b6d198cbbb2628a600
parentb676b73232fab679502f7c77e60f0852b4f2a09e
object-store.h: remove unused has_sha1_file*()

These macros were last used in 5d3679ee023 (sha1-file: drop
has_sha1_file(), 2019-01-07), so let's remove coccinelle migration
rules added 9b45f499818 (object-store: prepare has_{sha1, object}_file
to handle any repo, 2018-11-13), along with the compatibility macros
themselves.

The "These functions.." in the diff context and the general comment
about compatibility macros still applies to
"NO_THE_REPOSITORY_COMPATIBILITY_MACROS" use just a few lines below
this, so let's keep the comment.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/coccinelle/the_repository.pending.cocci
object-store.h