Commit 3cb5a22326b3de72a06c22a8bdef4f54e046be90
Committed by
Edgar E. Iglesias
1 parent
02e2da45
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>
Showing
1 changed file
with
0 additions
and
1 deletions
hw/etraxfs_timer.c
| @@ -52,7 +52,6 @@ struct etrax_timer { | @@ -52,7 +52,6 @@ struct etrax_timer { | ||
| 52 | ptimer_state *ptimer_t0; | 52 | ptimer_state *ptimer_t0; |
| 53 | ptimer_state *ptimer_t1; | 53 | ptimer_state *ptimer_t1; |
| 54 | ptimer_state *ptimer_wd; | 54 | ptimer_state *ptimer_wd; |
| 55 | - struct timeval last; | ||
| 56 | 55 | ||
| 57 | int wd_hits; | 56 | int wd_hits; |
| 58 | 57 |