aboutsummaryrefslogtreecommitdiff
path: root/monitor.c
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-06-13 17:33:51 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-06-17 20:36:56 +0200
commitbe7633c33ee67090489ed6132a37b1972cf55f8a (patch)
treee58ab279de995e2597c8ce3fd6c6ec6a8a10e7ca /monitor.c
parent854f63d44065567c2991b5050f7d4011ca985c4e (diff)
downloadqemu-be7633c33ee67090489ed6132a37b1972cf55f8a.zip
qemu-be7633c33ee67090489ed6132a37b1972cf55f8a.tar.gz
qemu-be7633c33ee67090489ed6132a37b1972cf55f8a.tar.bz2
monitor: Remove unused password prompting fields
Commit 788cf9f8c removed the code for password prompting from the monitor. Since then, the Monitor fields password_completion_cb and password_opaque have been unused. Remove them. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190613153405.24769-2-kwolf@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/monitor.c b/monitor.c
index dce3496..8e9851a 100644
--- a/monitor.c
+++ b/monitor.c
@@ -222,8 +222,6 @@ struct Monitor {
MonitorQMP qmp;
gchar *mon_cpu_path;
- BlockCompletionFunc *password_completion_cb;
- void *password_opaque;
mon_cmd_t *cmd_table;
QTAILQ_ENTRY(Monitor) entry;