diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2013-04-18 06:51:19 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2013-04-18 06:51:19 -0400 |
commit | d2054b2c11682495fca41e9d4092e654df63b517 (patch) | |
tree | 0320e37293ca3633291eaed49450a98af6d60181 /kernel/posix-timers.c | |
parent | c038c1c44179c80da6201f91ef354e48d5689617 (diff) |
posix-timers: Remove unused variable
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>
Diffstat (limited to 'kernel/posix-timers.c')
-rw-r--r-- | kernel/posix-timers.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 34d75926b843..424c2d4265c9 100644 --- a/kernel/posix-timers.c +++ b/kernel/posix-timers.c | |||
@@ -154,7 +154,6 @@ static struct k_itimer *__posix_timers_find(struct hlist_head *head, | |||
154 | struct signal_struct *sig, | 154 | struct signal_struct *sig, |
155 | timer_t id) | 155 | timer_t id) |
156 | { | 156 | { |
157 | struct hlist_node *node; | ||
158 | struct k_itimer *timer; | 157 | struct k_itimer *timer; |
159 | 158 | ||
160 | hlist_for_each_entry_rcu(timer, head, t_hash) { | 159 | hlist_for_each_entry_rcu(timer, head, t_hash) { |