Commit d354d2f4 authored by Linus Torvalds's avatar Linus Torvalds

sched.c: Remove unused variable 'relative'

Getting rid of the p->children printout in show_task() left behind an
unused variable.
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 35f6f753
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment