mbox series

[0/4] *.h: remove dead function declarations

Message ID cover-0.4-00000000000-20210928T125228Z-avarab@gmail.com (mailing list archive)
Headers show
Series *.h: remove dead function declarations | expand

Message

Ævar Arnfjörð Bjarmason Oct. 1, 2021, 10:37 a.m. UTC
A trivial series to remove some long-dead code, the oldest is
something we've been carrying since 2006!

Ævar Arnfjörð Bjarmason (4):
  builtin.h: remove cmd_tar_tree() declaration
  grep.h: remove unused grep_threads_ok() declaration
  log-tree.h: remove unused function declarations
  config.h: remove unused git_config_get_untracked_cache() declaration

 builtin.h  | 1 -
 config.h   | 1 -
 grep.h     | 1 -
 log-tree.h | 2 --
 4 files changed, 5 deletions(-)

Comments

Junio C Hamano Oct. 1, 2021, 9:39 p.m. UTC | #1
Ævar Arnfjörð Bjarmason  <avarab@gmail.com> writes:

> A trivial series to remove some long-dead code, the oldest is
> something we've been carrying since 2006!

Nice.  Thanks.