]> git.ipfire.org Git - thirdparty/git.git/commit
log-tree.h: remove unused function declarations
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 1 Oct 2021 10:37:42 +0000 (12:37 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Oct 2021 21:39:46 +0000 (14:39 -0700)
commit067e73c8aee9aeb05eac939205274cd2ad8b7cae
treefe7a69749b55f2b63132f5195a40a8873ee5146a
parent1fd2aa543df0c7184c79bb302b654f0dd05c51da
log-tree.h: remove unused function declarations

The init_log_tree_opt() and log_tree_opt_parse() functions were
removed in cd2bdc53094 (Common option parsing for "git log --diff" and
friends, 2006-04-14), but not their corresponding *.h declaration.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
log-tree.h