]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 cdad3b04242ae8c9f3c9ee7366b556c112e29e07..b9a6837301482270dc7438a3df3539b9ac835f94 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;