summary refs log tree commit diff stats
path: root/hw/misc/vmport.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/misc/vmport.c')
-rw-r--r--hw/misc/vmport.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/misc/vmport.c b/hw/misc/vmport.c
index 6896789801..c763811a9f 100644
--- a/hw/misc/vmport.c
+++ b/hw/misc/vmport.c
@@ -36,7 +36,6 @@
 #define VMPORT_ENTRIES 0x2c
 #define VMPORT_MAGIC   0x564D5868
 
-#define TYPE_VMPORT "vmport"
 #define VMPORT(obj) OBJECT_CHECK(VMPortState, (obj), TYPE_VMPORT)
 
 typedef struct VMPortState