From 2b102efc8cd60730f044917d3aa68b3dd54d82d0 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Jan 2015 14:39:02 -0800 Subject: line-log.c: make line_log_data_init() static No external callers exist. Signed-off-by: Junio C Hamano --- line-log.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'line-log.h') diff --git a/line-log.h b/line-log.h index a9212d84e4..7a5c24e2df 100644 --- a/line-log.h +++ b/line-log.h @@ -54,8 +54,6 @@ struct line_log_data { struct diff_ranges diff; }; -extern void line_log_data_init(struct line_log_data *r); - extern void line_log_init(struct rev_info *rev, const char *prefix, struct string_list *args); extern int line_log_filter(struct rev_info *rev); -- cgit v1.2.3