diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-04-07 10:18:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-04-07 10:18:33 -0700 |
commit | d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b (patch) | |
tree | f2e31a10732d1d8744b690fbb4dd7da1829f1575 | |
parent | 35f6f753b79705bc4b62da5dcc218d75ffa88370 (diff) | |
download | op-kernel-dev-d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b.zip op-kernel-dev-d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b.tar.gz |
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>
-rw-r--r-- | kernel/sched.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sched.c b/kernel/sched.c index cdad3b0..b9a6837 100644 --- a/kernel/sched.c +++ b/kernel/sched.c @@ -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; |