qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 3cb5a22] ETRAX: Removed unused struct entry and f


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 3cb5a22] ETRAX: Removed unused struct entry and fixed Windowsbuild.
Date: Sat, 23 May 2009 19:58:26 -0000

From: Stefan Weil <address@hidden>

"struct timeval last" caused a compilation error with mingw32
(missing header for struct timeval).

It is unused, so it was possible to remove it.

Acked-by: Edgar E. Iglesias <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>

diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c
index 793c5eb..79eceb8 100644
--- a/hw/etraxfs_timer.c
+++ b/hw/etraxfs_timer.c
@@ -52,7 +52,6 @@ struct etrax_timer {
     ptimer_state *ptimer_t0;
     ptimer_state *ptimer_t1;
     ptimer_state *ptimer_wd;
-    struct timeval last;
 
     int wd_hits;
 




reply via email to

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