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: Richard Henderson
Subject: Re: [RFC] module: removed unused function argument "mayfail"
Date: Mon, 5 Sep 2022 18:04:49 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

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<cfontana@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.henderson@linaro.org>


r~



reply via email to

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