diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-08 19:58:20 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:00 -0500 |
commit | e28af94955ecb0fb0e7e4b3c01e4671fa2ff0d3c (patch) | |
tree | 61be1832a1d0dd8801ab88b44f5e27072d123ceb /net.h | |
parent | 8b077c9f975c04dadaa2bb911567997afdfb6bd6 (diff) | |
download | qemu-e28af94955ecb0fb0e7e4b3c01e4671fa2ff0d3c.zip |
net: remove unused qemu_handler_true()
Patchworks-ID: 35504
Signed-off-by: Mark McLoughlin <markmc@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
@@ -80,7 +80,6 @@ int qemu_show_nic_models(const char *arg, const char *const *models); void qemu_check_nic_model(NICInfo *nd, const char *model); int qemu_find_nic_model(NICInfo *nd, const char * const *models, const char *default_model); -void qemu_handler_true(void *opaque); void do_info_network(Monitor *mon); void do_set_link(Monitor *mon, const QDict *qdict); |