From e28af94955ecb0fb0e7e4b3c01e4671fa2ff0d3c Mon Sep 17 00:00:00 2001 From: Mark McLoughlin Date: Thu, 8 Oct 2009 19:58:20 +0100 Subject: [PATCH] net: remove unused qemu_handler_true() Patchworks-ID: 35504 Signed-off-by: Mark McLoughlin Signed-off-by: Anthony Liguori --- net.h | 1 - 1 file changed, 1 deletion(-) diff --git a/net.h b/net.h index 2b0ed9ba9..49e160d32 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); -- 2.39.2