sched.c: Remove unused variable 'relative'

Getting rid of the p->children printout in show_task() left behind an
unused variable.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Linus Torvalds 2007-04-07 10:18:33 -07:00
parent 35f6f753b7
commit d354d2f4a6

View 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;