diff options
Diffstat (limited to 'hw/mips_timer.c')
-rw-r--r-- | hw/mips_timer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/mips_timer.c b/hw/mips_timer.c index 5549e2483..13217b2da 100644 --- a/hw/mips_timer.c +++ b/hw/mips_timer.c @@ -4,10 +4,6 @@ #define TIMER_FREQ 100 * 1000 * 1000 -void cpu_mips_irqctrl_init (void) -{ -} - /* XXX: do not use a global */ uint32_t cpu_mips_get_random (CPUState *env) { |