From: Michael Haggerty Date: Thu, 4 Aug 2011 04:36:21 +0000 (+0200) Subject: Remove redundant call to bootstrap_attr_stack() X-Git-Tag: v1.7.7-rc0~23^2~18 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=cd93bffb91630d8c695e1ac59239aa75cc2ebf92;p=git-core%2Fgit.git 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 --- 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;