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
1 changed files with 0 additions and 1 deletions
|
@ -4691,7 +4691,6 @@ static const char stat_nam[] = "RSDTtZX";
|
||||||
|
|
||||||
static void show_task(struct task_struct *p)
|
static void show_task(struct task_struct *p)
|
||||||
{
|
{
|
||||||
struct task_struct *relative;
|
|
||||||
unsigned long free = 0;
|
unsigned long free = 0;
|
||||||
unsigned state;
|
unsigned state;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue