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>
This commit is contained in:
parent
854f63d440
commit
be7633c33e
@ -222,8 +222,6 @@ struct Monitor {
|
|||||||
|
|
||||||
MonitorQMP qmp;
|
MonitorQMP qmp;
|
||||||
gchar *mon_cpu_path;
|
gchar *mon_cpu_path;
|
||||||
BlockCompletionFunc *password_completion_cb;
|
|
||||||
void *password_opaque;
|
|
||||||
mon_cmd_t *cmd_table;
|
mon_cmd_t *cmd_table;
|
||||||
QTAILQ_ENTRY(Monitor) entry;
|
QTAILQ_ENTRY(Monitor) entry;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user