]> git.baikalelectronics.ru Git - kernel.git/commit
sched.c: Remove unused variable 'relative'
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 7 Apr 2007 17:18:33 +0000 (10:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sat, 7 Apr 2007 17:18:33 +0000 (10:18 -0700)
commit377b62488d6ae61b02113c5c47b284c37dc0d594
treef2e31a10732d1d8744b690fbb4dd7da1829f1575
parentcd1533b93b2435becf0df8b9b64f49f446f13bed
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>
kernel/sched.c