summaryrefslogtreecommitdiffstats
path: root/hmp.h
diff options
context:
space:
mode:
authorThomas Huth <thuth@linux.vnet.ibm.com>2015-03-14 07:19:31 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-30 16:05:48 +0300
commit26b93109c0dff55aab67da66ebbace2cc39becfc (patch)
tree46446ffdd97f534589291cc350dd78080cf230b9 /hmp.h
parent04768b985e8da35cba67b60dab02865a4d8ecdca (diff)
downloadhqemu-26b93109c0dff55aab67da66ebbace2cc39becfc.zip
hqemu-26b93109c0dff55aab67da66ebbace2cc39becfc.tar.gz
monitor: Remove unused functions
The functions ringbuf_read_completion() and monitor_get_rs() are not used anywhere anymore, so let's remove them. Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com> Cc: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hmp.h')
-rw-r--r--hmp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hmp.h b/hmp.h
index 2b9308b..12acb6d 100644
--- a/hmp.h
+++ b/hmp.h
@@ -109,7 +109,6 @@ void set_link_completion(ReadLineState *rs, int nb_args, const char *str);
void netdev_add_completion(ReadLineState *rs, int nb_args, const char *str);
void netdev_del_completion(ReadLineState *rs, int nb_args, const char *str);
void ringbuf_write_completion(ReadLineState *rs, int nb_args, const char *str);
-void ringbuf_read_completion(ReadLineState *rs, int nb_args, const char *str);
void watchdog_action_completion(ReadLineState *rs, int nb_args,
const char *str);
void migrate_set_capability_completion(ReadLineState *rs, int nb_args,
OpenPOWER on IntegriCloud