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 bc8392b..9ffcfe3 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;