net: Remove unused net_client_uninit()
Unused since commit 9ad4531e
.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
5f2243f301
commit
7f76abe1c9
14
net.c
14
net.c
@ -1128,20 +1128,6 @@ int net_client_init(Monitor *mon, QemuOpts *opts, int is_netdev)
|
||||
return -1;
|
||||
}
|
||||
|
||||
void net_client_uninit(NICInfo *nd)
|
||||
{
|
||||
if (nd->vlan) {
|
||||
nd->vlan->nb_guest_devs--;
|
||||
}
|
||||
nb_nics--;
|
||||
|
||||
qemu_free(nd->model);
|
||||
qemu_free(nd->name);
|
||||
qemu_free(nd->devaddr);
|
||||
|
||||
nd->used = 0;
|
||||
}
|
||||
|
||||
static int net_host_check_device(const char *device)
|
||||
{
|
||||
int i;
|
||||
|
1
net.h
1
net.h
@ -163,7 +163,6 @@ extern const char *legacy_tftp_prefix;
|
||||
extern const char *legacy_bootp_filename;
|
||||
|
||||
int net_client_init(Monitor *mon, QemuOpts *opts, int is_netdev);
|
||||
void net_client_uninit(NICInfo *nd);
|
||||
int net_client_parse(QemuOptsList *opts_list, const char *str);
|
||||
int net_init_clients(void);
|
||||
void net_cleanup(void);
|
||||
|
Loading…
Reference in New Issue
Block a user