diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-02-11 14:44:57 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 12:12:46 -0600 |
commit | 7f76abe1c9d880050ba31ff827b3ff5cbc8175a7 (patch) | |
tree | 367b84ead50cdd989a104fa6987ac30d99316227 /net.h | |
parent | 5f2243f3013956b604b92cb614b8e1a8681e3e74 (diff) |
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>
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |