hrtimer: Remove unused variable
authorThomas Gleixner <tglx@linutronix.de>
Sat, 6 Jul 2013 08:34:00 +0000 (10:34 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 6 Jul 2013 08:34:00 +0000 (10:34 +0200)
Sigh, should have noticed myself.

Reported-by: fengguang.wu@intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/hrtimer.c

index b9b9420..3a951d8 100644 (file)
@@ -782,8 +782,6 @@ void clock_was_set(void)
  */
 void hrtimers_resume(void)
 {
-       struct hrtimer_cpu_base *cpu_base = &__get_cpu_var(hrtimer_bases);
-
        WARN_ONCE(!irqs_disabled(),
                  KERN_INFO "hrtimers_resume() called with IRQs enabled!");