diff options
Diffstat (limited to 'hw/i386/x86-iommu-stub.c')
-rw-r--r-- | hw/i386/x86-iommu-stub.c | 5 |
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(); -} |