mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
2 changed files with 0 additions and 15 deletions
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…
Add table
Add a link
Reference in a new issue