diff options
author | Michael Haggerty <mhagger@alum.mit.edu> | 2011-08-04 06:36:21 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-08-04 15:53:17 -0700 |
commit | cd93bffb91630d8c695e1ac59239aa75cc2ebf92 (patch) | |
tree | 903f5bb0f314ef09db82de622fbca64e75f57a63 /attr.c | |
parent | 2d72174492b926dffd15d5fd8f4239060fb12247 (diff) | |
download | git-cd93bffb91630d8c695e1ac59239aa75cc2ebf92.tar.gz |
Remove redundant call to bootstrap_attr_stack()
prepare_attr_stack() does the same thing.
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'attr.c')
-rw-r--r-- | attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |