diff options
Diffstat (limited to 'board/armltd/integrator/timer.c')
-rw-r--r-- | board/armltd/integrator/timer.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/board/armltd/integrator/timer.c b/board/armltd/integrator/timer.c index 5406066d15..6734e8db3f 100644 --- a/board/armltd/integrator/timer.c +++ b/board/armltd/integrator/timer.c @@ -107,11 +107,6 @@ int timer_init (void) /* * timer without interrupts */ -void reset_timer (void) -{ - reset_timer_masked (); -} - ulong get_timer (ulong base_ticks) { return get_timer_masked () - base_ticks; |