Skip to content

Commit

Permalink
sched.c: Remove unused variable 'relative'
Browse files Browse the repository at this point in the history
Getting rid of the p->children printout in show_task() left behind an
unused variable.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Linus Torvalds committed Apr 7, 2007
1 parent 35f6f75 commit d354d2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d354d2f

Please sign in to comment.