On 9/5/22 16:55, Claudio Fontana wrote:
mayfail is always passed as false for every invocation throughout the program.
It controls whether to printf or not to printf an error on
g_module_open failure.

Remove this unused argument.

Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
  include/qemu/module.h |  8 ++++----
  softmmu/qtest.c       |  2 +-
  util/module.c         | 20 +++++++++-----------
  3 files changed, 14 insertions(+), 16 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to