posix-timers: Remove unused variable
authorThomas Gleixner <tglx@linutronix.de>
Thu, 18 Apr 2013 10:51:19 +0000 (12:51 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 18 Apr 2013 10:51:19 +0000 (12:51 +0200)
Remove the unused variable *node introduced by commit 5ed67f05 (posix
timers: Allocate timer id per process)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Pavel Emelyanov <xemul@parallels.com>
kernel/posix-timers.c

index 34d7592..424c2d4 100644 (file)
@@ -154,7 +154,6 @@ static struct k_itimer *__posix_timers_find(struct hlist_head *head,
                                            struct signal_struct *sig,
                                            timer_t id)
 {
-       struct hlist_node *node;
        struct k_itimer *timer;
 
        hlist_for_each_entry_rcu(timer, head, t_hash) {