Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2054b2c authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

posix-timers: Remove unused variable



Remove the unused variable *node introduced by commit 5ed67f05 (posix
timers: Allocate timer id per process)

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Pavel Emelyanov <xemul@parallels.com>
parent c038c1c4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {