dir.c: remove the second declaration of "stk" in prep_exclude()
commit03e11a715bffb0715ebcc9d6370aac7b968b3a4a
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 21 Oct 2014 11:38:06 +0000 (21 18:38 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 21 Oct 2014 18:22:00 +0000 (21 11:22 -0700)
tree7ddf6ce3f50e021ea202ac76b868b2883fee7eb2
parent76f8611a5fb7e81c1bada0fb190d573a66fc03f6
dir.c: remove the second declaration of "stk" in prep_exclude()

This "stk" shadows the first declaration at the top. There's currently
no bad effect. But let's avoid it.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
dir.c