From: Mark McLoughlin Date: Wed, 25 Nov 2009 18:49:00 +0000 (+0000) Subject: net: remove NICInfo::private X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b50a3a21cac08ada88921eb5d2d330197c31a890;p=qemu.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 bc8392b9ac..9ffcfe385d 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;