From b50a3a21cac08ada88921eb5d2d330197c31a890 Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Wed, 25 Nov 2009 18:49:00 +0000 Subject: net: remove NICInfo::private Was used by hot-unplug, but not anymore. Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 1 - 1 file changed, 1 deletion(-) (limited to 'net.h') diff --git a/net.h b/net.h index bc8392b..9ffcfe3 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; -- cgit v1.1