summaryrefslogtreecommitdiffstats
path: root/hw/i386/x86-iommu-stub.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/i386/x86-iommu-stub.c')
-rw-r--r--hw/i386/x86-iommu-stub.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/i386/x86-iommu-stub.c b/hw/i386/x86-iommu-stub.c
index c5ba077f9d..781b5ff922 100644
--- a/hw/i386/x86-iommu-stub.c
+++ b/hw/i386/x86-iommu-stub.c
@@ -36,8 +36,3 @@ bool x86_iommu_ir_supported(X86IOMMUState *s)
{
return false;
}
-
-IommuType x86_iommu_get_type(void)
-{
- abort();
-}