From: Mark McLoughlin Date: Wed, 25 Nov 2009 18:49:00 +0000 (+0000) Subject: net: remove NICInfo::private X-Git-Tag: qemu-xen-4.3.0-rc1~6589 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b50a3a21cac08ada88921eb5d2d330197c31a890;p=qemu-upstream-4.5-testing.git net: remove NICInfo::private Was used by hot-unplug, but not anymore. Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- diff --git a/net.h b/net.h index bc8392b9a..9ffcfe385 100644 --- 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;