From: Kevin Wolf Date: Thu, 13 Jun 2019 15:33:51 +0000 (+0200) Subject: monitor: Remove unused password prompting fields X-Git-Tag: qemu-xen-4.13.0-rc1~117^2~14 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=be7633c33ee67090489ed6132a37b1972cf55f8a;p=qemu-xen.git 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 Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster Message-Id: <20190613153405.24769-2-kwolf@redhat.com> Signed-off-by: Markus Armbruster --- diff --git a/monitor.c b/monitor.c index dce3496920..8e9851ae15 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;