aboutsummaryrefslogtreecommitdiffstats
path: root/net.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-08 19:58:20 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-15 09:32:00 -0500
commite28af94955ecb0fb0e7e4b3c01e4671fa2ff0d3c (patch)
tree61be1832a1d0dd8801ab88b44f5e27072d123ceb /net.h
parent8b077c9f975c04dadaa2bb911567997afdfb6bd6 (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
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);