]> git.proxmox.com Git - qemu.git/commitdiff
net: remove NICInfo::private
authorMark McLoughlin <markmc@redhat.com>
Wed, 25 Nov 2009 18:49:00 +0000 (18:49 +0000)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 3 Dec 2009 15:41:29 +0000 (09:41 -0600)
Was used by hot-unplug, but not anymore.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.h

diff --git a/net.h b/net.h
index bc8392b9ac08f4e267fb3a0eadfe3f00c31d24ea..9ffcfe385df0ec5d8c4dee0f6bcbc86c708f6fb5 100644 (file)
--- a/net.h
+++ b/net.h
@@ -124,7 +124,6 @@ struct NICInfo {
     char *devaddr;
     VLANState *vlan;
     VLANClientState *netdev;
-    void *private;
     int used;
     int bootable;
     int nvectors;