kernel/exit.c: fix shadows sparse warning
[safe/jmp/linux-2.6] / kernel / exit.c
index 10d3c5d..ce1e48c 100644 (file)
@@ -1189,7 +1189,7 @@ static int wait_task_zombie(struct wait_opts *wo, struct task_struct *p)
 
        if (unlikely(wo->wo_flags & WNOWAIT)) {
                int exit_code = p->exit_code;
-               int why, status;
+               int why;
 
                get_task_struct(p);
                read_unlock(&tasklist_lock);