From f1c92c6369511396ab3a409b5c9957066b72f6a3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Mon, 11 Jan 2010 22:21:18 -0800 Subject: builtin-rev-list.c: mark file-local function static Signed-off-by: Junio C Hamano --- bisect.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'bisect.h') diff --git a/bisect.h b/bisect.h index 82f8fc1910..0862ce56d7 100644 --- a/bisect.h +++ b/bisect.h @@ -27,8 +27,6 @@ struct rev_list_info { const char *header_prefix; }; -extern int show_bisect_vars(struct rev_list_info *info, int reaches, int all); - extern int bisect_next_all(const char *prefix); extern int estimate_bisect_steps(int all); -- cgit v1.2.3