sched.c: Remove unused variable 'relative'
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 7 Apr 2007 17:18:33 +0000 (10:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 7 Apr 2007 17:18:33 +0000 (10:18 -0700)
Getting rid of the p->children printout in show_task() left behind an
unused variable.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/sched.c

index cdad3b0..b9a6837 100644 (file)
@@ -4691,7 +4691,6 @@ static const char stat_nam[] = "RSDTtZX";
 
 static void show_task(struct task_struct *p)
 {
-       struct task_struct *relative;
        unsigned long free = 0;
        unsigned state;