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:
parent
35f6f753b7
commit
d354d2f4a6
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue