aboutsummaryrefslogtreecommitdiff
path: root/hw/qdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/qdev.h')
-rw-r--r--hw/qdev.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/qdev.h b/hw/qdev.h
index 77075a8e03..9c8f9e2ece 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -39,7 +39,6 @@ struct DeviceState {
qemu_irq *gpio_in;
QLIST_HEAD(, BusState) child_bus;
int num_child_bus;
- NICInfo *nd;
QLIST_ENTRY(DeviceState) sibling;
};