projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f6f75
)
sched.c: Remove unused variable 'relative'
author
Linus Torvalds
<
[email protected]
>
Sat, 7 Apr 2007 17:18:33 +0000
(10:18 -0700)
committer
Linus Torvalds
<
[email protected]
>
Sat, 7 Apr 2007 17:18:33 +0000
(10:18 -0700)
Getting rid of the p->children printout in show_task() left behind an
unused variable.
Signed-off-by: Linus Torvalds <
[email protected]
>
kernel/sched.c
patch
|
blob
|
history
diff --git
a/kernel/sched.c
b/kernel/sched.c
index cdad3b04242ae8c9f3c9ee7366b556c112e29e07..b9a6837301482270dc7438a3df3539b9ac835f94 100644
(file)
--- 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;