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 --- net.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'net.h') diff --git a/net.h b/net.h index f2d10f0..c96f291 100644 --- a/net.h +++ b/net.h @@ -164,13 +164,6 @@ void net_host_device_remove(Monitor *mon, const QDict *qdict); #define SMBD_COMMAND "/usr/sbin/smbd" #endif -void qdev_get_macaddr(DeviceState *dev, uint8_t *macaddr); -VLANClientState *qdev_get_vlan_client(DeviceState *dev, - NetCanReceive *can_receive, - NetReceive *receive, - NetReceiveIOV *receive_iov, - NetCleanup *cleanup, - void *opaque); void qdev_set_nic_properties(DeviceState *dev, NICInfo *nd); #endif -- cgit v1.1