Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b
Commit:     d354d2f4a6fc1b722c2e464a8b3cfd2f6afb304b
Parent:     35f6f753b79705bc4b62da5dcc218d75ffa88370
Author:     Linus Torvalds <[EMAIL PROTECTED]>
AuthorDate: Sat Apr 7 10:18:33 2007 -0700
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Sat Apr 7 10:18:33 2007 -0700

    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 <[EMAIL PROTECTED]>
---
 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;
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to