qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC] module: removed unused function argument "mayfail"


From: Philippe Mathieu-Daudé
Subject: Re: [RFC] module: removed unused function argument "mayfail"
Date: Mon, 5 Sep 2022 22:55:07 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.13.0

On 5/9/22 17: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 <cfontana@suse.de>
---
  include/qemu/module.h |  8 ++++----
  softmmu/qtest.c       |  2 +-
  util/module.c         | 20 +++++++++-----------
  3 files changed, 14 insertions(+), 16 deletions(-)

Why RFC?

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]