Skip to content

Commit 067e73c

Browse files
avargitster
authored andcommitted
log-tree.h: remove unused function declarations
The init_log_tree_opt() and log_tree_opt_parse() functions were removed in cd2bdc5 (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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1fd2aa5 commit 067e73c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

log-tree.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ struct decoration_filter {
1414
};
1515

1616
int parse_decorate_color_config(const char *var, const char *slot_name, const char *value);
17-
void init_log_tree_opt(struct rev_info *);
1817
int log_tree_diff_flush(struct rev_info *);
1918
int log_tree_commit(struct rev_info *, struct commit *);
20-
int log_tree_opt_parse(struct rev_info *, const char **, int);
2119
void show_log(struct rev_info *opt);
2220
void format_decorations_extended(struct strbuf *sb, const struct commit *commit,
2321
int use_color,

0 commit comments

Comments
 (0)