qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH V10 05/27] acpi_piix4: remove unused variable in get


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH V10 05/27] acpi_piix4: remove unused variable in get_pmsts().
Date: Thu, 24 Dec 2009 17:08:58 +0900

remove unused variable in get_pmsts().

Signed-off-by: Isaku Yamahata <address@hidden>
---
 hw/acpi_piix4.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/hw/acpi_piix4.c b/hw/acpi_piix4.c
index 53efa2a..887c82f 100644
--- a/hw/acpi_piix4.c
+++ b/hw/acpi_piix4.c
@@ -63,8 +63,6 @@ static uint32_t get_pmtmr(PIIX4PMState *s)
 static int get_pmsts(PIIX4PMState *s)
 {
     int64_t d;
-    int pmsts;
-    pmsts = s->pmsts;
     d = muldiv64(qemu_get_clock(vm_clock), PM_TIMER_FREQUENCY,
                  get_ticks_per_sec());
     if (d >= s->tmr_overflow_time)
-- 
1.6.5.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]