From cd93bffb91630d8c695e1ac59239aa75cc2ebf92 Mon Sep 17 00:00:00 2001 From: Michael Haggerty Date: Thu, 4 Aug 2011 06:36:21 +0200 Subject: [PATCH] Remove redundant call to bootstrap_attr_stack() prepare_attr_stack() does the same thing. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano --- attr.c | 1 - 1 file changed, 1 deletion(-) diff --git a/attr.c b/attr.c index bc589f0b7..b8ce1586c 100644 --- a/attr.c +++ b/attr.c @@ -722,7 +722,6 @@ static void collect_all_attrs(const char *path) struct attr_stack *stk; int i, pathlen, rem; - bootstrap_attr_stack(); prepare_attr_stack(path); for (i = 0; i < attr_nr; i++) check_all_attr[i].value = ATTR__UNKNOWN; -- 2.30.2