summary refs log tree commit diff stats
path: root/stubs/xen-hw-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/xen-hw-stub.c')
-rw-r--r--stubs/xen-hw-stub.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/stubs/xen-hw-stub.c b/stubs/xen-hw-stub.c
index 7d7ffe83a9..6cf0e9a4c1 100644
--- a/stubs/xen-hw-stub.c
+++ b/stubs/xen-hw-stub.c
@@ -24,10 +24,6 @@ int xen_set_pci_link_route(uint8_t link, uint8_t irq)
     return -1;
 }
 
-void xen_hvm_inject_msi(uint64_t addr, uint32_t data)
-{
-}
-
 int xen_is_pirq_msi(uint32_t msi_data)
 {
     return 0;