diff mbox

[04/16] net: remove unused qemu_handler_true()

Message ID 1255028312-28180-5-git-send-email-markmc@redhat.com
State Under Review
Headers show

Commit Message

Mark McLoughlin Oct. 8, 2009, 6:58 p.m. UTC
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
---
 net.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
diff mbox

Patch

diff --git a/net.h b/net.h
index 2b0ed9b..49e160d 100644
--- a/net.h
+++ b/net.h
@@ -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);