提交 3ab24efe 编写于 作者: J Junio C Hamano

refs.c: make create_cached_refs() static

There is nobody outside that calls into this helper function.
Signed-off-by: NJunio C Hamano <gitster@pobox.com>
上级 0e88c130
......@@ -185,7 +185,7 @@ static void clear_cached_refs(struct cached_refs *ca)
ca->did_loose = ca->did_packed = 0;
}
struct cached_refs *create_cached_refs(const char *submodule)
static struct cached_refs *create_cached_refs(const char *submodule)
{
int len;
struct cached_refs *refs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册