From 1cc33683c8952c62343e06cceffba5c7990e3b7b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 21 Oct 2009 15:25:41 +0200 Subject: zap DeviceState->nd No users left. Also cleanup obsolete helper functions. Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- hw/qdev.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/qdev.h') 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; }; -- cgit 1.4.1