aboutsummaryrefslogtreecommitdiff
path: root/hw/etraxfs_timer.c
diff options
context:
space:
mode:
authorStefan Weil <weil@mail.berlios.de>2009-05-23 21:32:30 +0200
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>2009-05-23 21:43:40 +0200
commit3cb5a22326b3de72a06c22a8bdef4f54e046be90 (patch)
tree9bf18ac10b0a14f2d7b85543ea3af3d64a28de05 /hw/etraxfs_timer.c
parent02e2da45c4601909d5105838323d5c529ec7010b (diff)
ETRAX: Removed unused struct entry and fixed Windows build.
"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 <edgar.iglesias@gmail.com> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Diffstat (limited to 'hw/etraxfs_timer.c')
-rw-r--r--hw/etraxfs_timer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/etraxfs_timer.c b/hw/etraxfs_timer.c
index 793c5eb929..79eceb8926 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;