diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2011-09-12 15:17:57 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2011-10-21 18:14:29 +0200 |
commit | 0abc2712b842f5726fb2895859e01e2c7d8d616d (patch) | |
tree | 6cf54521c7de439224a8f2367a10db8489830c61 /hw/mac_dbdma.c | |
parent | c76eaf13975130768070ecd2d4f3107eb69ab757 (diff) | |
download | qemu-0abc2712b842f5726fb2895859e01e2c7d8d616d.zip |
remove unused function
Reviewed-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/mac_dbdma.c')
-rw-r--r-- | hw/mac_dbdma.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/mac_dbdma.c b/hw/mac_dbdma.c index 5affdd18a5..1791ec12e1 100644 --- a/hw/mac_dbdma.c +++ b/hw/mac_dbdma.c @@ -661,11 +661,6 @@ void DBDMA_register_channel(void *dbdma, int nchan, qemu_irq irq, ch->io.channel = ch; } -void DBDMA_schedule(void) -{ - qemu_notify_event(); -} - static void dbdma_control_write(DBDMA_channel *ch) { |