On 10/11/2021 10.24, Paolo Bonzini wrote:
dlopen is never used after it is sought via cc.find_library, because plugins use gmodule instead; remove the test.Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- accel/tcg/meson.build | 2 +- meson.build | 8 +------- 2 files changed, 2 insertions(+), 8 deletions(-)
Right. I've just grep'ed for "dlopen" or the related dlfcn.h header in the sources and did not see any direct use.
Reviewed-by: Thomas Huth <th...@redhat.com>