diff options
-rw-r--r-- | net.c | 1 | ||||
-rw-r--r-- | net.h | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -1207,7 +1207,6 @@ void net_set_boot_mask(int net_boot_mask) for (i = 0; i < nb_nics; i++) { if (net_boot_mask & (1 << i)) { - nd_table[i].bootable = 1; net_boot_mask &= ~(1 << i); } } @@ -132,7 +132,6 @@ struct NICInfo { VLANState *vlan; VLANClientState *netdev; int used; - int bootable; int nvectors; }; |