Skip to content

Commit

Permalink
posix-timers: Remove unused variable
Browse files Browse the repository at this point in the history
Remove the unused variable *node introduced by commit 5ed67f0 (posix
timers: Allocate timer id per process)

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Pavel Emelyanov <xemul@parallels.com>
  • Loading branch information
Thomas Gleixner committed Apr 18, 2013
1 parent c038c1c commit d2054b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit d2054b2

Please sign in to comment.