diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:38:57 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-14 16:38:57 +0000 |
commit | 75973fa1ee9afe3bf35c4a9ae6898ac126ebfb09 (patch) | |
tree | 75b8445c6dd675320a5f40787a69e2d5bf558df9 /hw/mips_timer.c | |
parent | 929a62a0d72571d977757832daf07fe7ad1aa425 (diff) |
MIPS: remove empty cpu_mips_irqctrl_init()
cpu_mips_irqctrl_init() function in hw/mips_timer.c is empty.
Attached patch removes it, and its callers.
(Hervé Poussineau)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5214 c046a42c-6fe2-441c-8c8c-71466251a162
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 5549e2483a..13217b2da0 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) { |