aboutsummaryrefslogtreecommitdiff
path: root/include/hw/remote/iohub.h
diff options
context:
space:
mode:
authorDr. David Alan Gilbert <dave@treblig.org>2024-09-19 17:58:52 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2024-10-03 17:26:06 +0300
commit9f0b40efff697e4dd2239278a02bb2085bc10503 (patch)
treeebb5968838cf2c331b814f558cb54f3288dbc516 /include/hw/remote/iohub.h
parentabe9ff2578f3aa7f995af8b57ffc32adc2aa1f94 (diff)
downloadqemu-9f0b40efff697e4dd2239278a02bb2085bc10503.zip
qemu-9f0b40efff697e4dd2239278a02bb2085bc10503.tar.gz
qemu-9f0b40efff697e4dd2239278a02bb2085bc10503.tar.bz2
remote: Remove unused remote_iohub_finalize
remote_iohub_finalize has never been used. Remove it. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org> Reviewed-by: Jagannathan Raman <jag.raman@oracle.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'include/hw/remote/iohub.h')
-rw-r--r--include/hw/remote/iohub.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/remote/iohub.h b/include/hw/remote/iohub.h
index 6a8444f..09ee6c7 100644
--- a/include/hw/remote/iohub.h
+++ b/include/hw/remote/iohub.h
@@ -37,6 +37,5 @@ void remote_iohub_set_irq(void *opaque, int pirq, int level);
void process_set_irqfd_msg(PCIDevice *pci_dev, MPQemuMsg *msg);
void remote_iohub_init(RemoteIOHubState *iohub);
-void remote_iohub_finalize(RemoteIOHubState *iohub);
#endif