]> Kevux Git Server - rit/commit
object-file: remove declaration for `for_each_file_in_obj_subdir()`
authorPatrick Steinhardt <ps@pks.im>
Thu, 17 Jul 2025 04:56:38 +0000 (06:56 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2025 05:16:16 +0000 (22:16 -0700)
commit83439299f1326c7471f5c7595c96d14b65a71879
tree298dd93c4ae9eeb57372ef486081f17fb55b20ff
parentf2c40e51b235b3814475d3988782ae5dfcae8752
object-file: remove declaration for `for_each_file_in_obj_subdir()`

The function `for_each_file_in_obj_subdir()` is declared in our headers,
but it is not used anywhere else than in the corresponding code file
itself. Drop the declaration and mark the function as file-local.

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