Code

Remove redundant check
authorMichael Haggerty <mhagger@alum.mit.edu>
Thu, 4 Aug 2011 04:36:22 +0000 (06:36 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 4 Aug 2011 22:53:17 +0000 (15:53 -0700)
commit7373eab48e284a808cde766831172d3447f9e320
treed5ed5e3c80f0354c8dc08e4ce0c46bed37624f50
parentcd93bffb91630d8c695e1ac59239aa75cc2ebf92
Remove redundant check

bootstrap_attr_stack() also checks whether attr_stack is already set.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
attr.c