diff options
Diffstat (limited to 'net/vde.c')
| -rw-r--r-- | net/vde.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/vde.c b/net/vde.c index 42b4633501..0b46fa6405 100644 --- a/net/vde.c +++ b/net/vde.c @@ -127,9 +127,5 @@ int net_init_vde(QemuOpts *opts, Monitor *mon, const char *name, VLANState *vlan return -1; } - if (vlan) { - vlan->nb_host_devs++; - } - return 0; } |