diff options
Diffstat (limited to 'net.h')
| -rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net.h b/net.h index 3467c10878..33a1eafaec 100644 --- a/net.h +++ b/net.h @@ -79,7 +79,6 @@ struct VLANState { int id; QTAILQ_HEAD(, VLANClientState) clients; QTAILQ_ENTRY(VLANState) next; - unsigned int nb_guest_devs, nb_host_devs; NetQueue *send_queue; }; |