From: Thomas Gleixner Date: Thu, 18 Apr 2013 10:51:19 +0000 (+0200) Subject: posix-timers: Remove unused variable X-Git-Tag: v3.10-rc1~171^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d2054b2c11682495fca41e9d4092e654df63b517;p=thirdparty%2Fkernel%2Flinux.git 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 Cc: Pavel Emelyanov --- diff --git a/kernel/posix-timers.c b/kernel/posix-timers.c index 34d75926b8432..424c2d4265c90 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, struct signal_struct *sig, timer_t id) { - struct hlist_node *node; struct k_itimer *timer; hlist_for_each_entry_rcu(timer, head, t_hash) {