From 26b93109c0dff55aab67da66ebbace2cc39becfc Mon Sep 17 00:00:00 2001 From: Thomas Huth Date: Sat, 14 Mar 2015 07:19:31 +0100 Subject: 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 Cc: Luiz Capitulino Signed-off-by: Michael Tokarev --- hmp.h | 1 - 1 file changed, 1 deletion(-) (limited to 'hmp.h') diff --git a/hmp.h b/hmp.h index 2b9308be7c..12acb6d414 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, -- cgit v1.2.1