summaryrefslogtreecommitdiffstats
path: root/qapi
diff options
context:
space:
mode:
authorPaolo Bonzini2022-07-14 10:43:46 +0200
committerPaolo Bonzini2022-09-01 07:42:37 +0200
commiteccae02d99dfcf32d5c5db76f59c8f6ba25b5cb0 (patch)
tree1728a962d359595b6077dcbf1b2c4de9454da0b1 /qapi
parentmeson: be strict for boolean options (diff)
downloadqemu-eccae02d99dfcf32d5c5db76f59c8f6ba25b5cb0.tar.gz
qemu-eccae02d99dfcf32d5c5db76f59c8f6ba25b5cb0.tar.xz
qemu-eccae02d99dfcf32d5c5db76f59c8f6ba25b5cb0.zip
meson: remove dead code
Found with "muon analyze". Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/meson.build15
1 files changed, 0 insertions, 15 deletions
diff --git a/qapi/meson.build b/qapi/meson.build
index fd5c93d643..840f1b0e19 100644
--- a/qapi/meson.build
+++ b/qapi/meson.build
@@ -68,21 +68,6 @@ if have_system or have_tools
]
endif
-qapi_storage_daemon_modules = [
- 'block-core',
- 'block-export',
- 'char',
- 'common',
- 'control',
- 'crypto',
- 'introspect',
- 'job',
- 'qom',
- 'sockets',
- 'pragma',
- 'transaction',
-]
-
qapi_nonmodule_outputs = [
'qapi-introspect.c', 'qapi-introspect.h',
'qapi-types.c', 'qapi-types.h',