net: remove NICInfo::private

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>
This commit is contained in:
Mark McLoughlin
2009-12-03 09:41:29 -06:00
committed by Anthony Liguori
parent e13b10be5c
commit b50a3a21ca
-1
View File
@@ -124,7 +124,6 @@ struct NICInfo {
char *devaddr;
VLANState *vlan;
VLANClientState *netdev;
void *private;
int used;
int bootable;
int nvectors;