$SUBJ/
util: Remove unused bypassSecurityDriver from qemuOpenFileAs
On 07/03/2018 01:57 AM, Michal Privoznik wrote:
This argument is not used anymore. The only function that is
passing non-NULL (qemuDomainSaveMemory) does not actually care
for the value (after 23087cfdb) and every other caller just
passes NULL anyway.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/qemu/qemu_driver.c | 32 +++++++++-----------------------
1 file changed, 9 insertions(+), 23 deletions(-)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John