From 1295c2152457c2267d605d353332ae4b3e5e5d5c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 27 Jan 2017 18:01:58 -0800 Subject: attr: retire git_check_attrs() API Since nobody uses the old API, make it file-scope static, and update the documentation to describe the new API. Signed-off-by: Junio C Hamano Signed-off-by: Stefan Beller Signed-off-by: Brandon Williams Signed-off-by: Junio C Hamano --- attr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'attr.h') diff --git a/attr.h b/attr.h index 9f2729842d..b2cfd85509 100644 --- a/attr.h +++ b/attr.h @@ -52,7 +52,6 @@ extern void attr_check_free(struct attr_check *check); */ extern const char *git_attr_name(const struct git_attr *); -int git_check_attrs(const char *path, int, struct attr_check_item *); extern int git_check_attr(const char *path, struct attr_check *check); /* -- cgit v1.2.3