From 167832c2ca8e42572c0e8d329a78dbace2ecf2db Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 14 Jan 2015 15:01:27 -0800 Subject: shallow.c: make check_shallow_file_for_update() static No external callers exist. Signed-off-by: Junio C Hamano --- shallow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shallow.c') diff --git a/shallow.c b/shallow.c index cdd0775146..04ea816e0e 100644 --- a/shallow.c +++ b/shallow.c @@ -137,7 +137,7 @@ struct commit_list *get_shallow_commits(struct object_array *heads, int depth, return result; } -void check_shallow_file_for_update(void) +static void check_shallow_file_for_update(void) { if (is_shallow == -1) die("BUG: shallow must be initialized by now"); -- cgit v1.2.3