summaryrefslogtreecommitdiffstats
path: root/line-log.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-01-14 23:39:02 +0100
committerJunio C Hamano <gitster@pobox.com>2015-01-15 20:05:47 +0100
commit2b102efc8cd60730f044917d3aa68b3dd54d82d0 (patch)
tree5c877b422c1b03b13f2b68a92e328e2238705b0c /line-log.h
parentpack-bitmap.c: make pack_bitmap_filename() static (diff)
downloadgit-2b102efc8cd60730f044917d3aa68b3dd54d82d0.tar.xz
git-2b102efc8cd60730f044917d3aa68b3dd54d82d0.zip
line-log.c: make line_log_data_init() static
No external callers exist. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'line-log.h')
-rw-r--r--line-log.h2
1 files changed, 0 insertions, 2 deletions
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);