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>
This commit is contained in:
parent
0169815b47
commit
eccae02d99
@ -3405,7 +3405,6 @@ foreach target : target_dirs
|
|||||||
target_inc += include_directories('linux-headers', is_system: true)
|
target_inc += include_directories('linux-headers', is_system: true)
|
||||||
endif
|
endif
|
||||||
if target.endswith('-softmmu')
|
if target.endswith('-softmmu')
|
||||||
qemu_target_name = 'qemu-system-' + target_name
|
|
||||||
target_type='system'
|
target_type='system'
|
||||||
t = target_softmmu_arch[target_base_arch].apply(config_target, strict: false)
|
t = target_softmmu_arch[target_base_arch].apply(config_target, strict: false)
|
||||||
arch_srcs += t.sources()
|
arch_srcs += t.sources()
|
||||||
@ -3422,7 +3421,6 @@ foreach target : target_dirs
|
|||||||
abi = config_target['TARGET_ABI_DIR']
|
abi = config_target['TARGET_ABI_DIR']
|
||||||
target_type='user'
|
target_type='user'
|
||||||
target_inc += common_user_inc
|
target_inc += common_user_inc
|
||||||
qemu_target_name = 'qemu-' + target_name
|
|
||||||
if target_base_arch in target_user_arch
|
if target_base_arch in target_user_arch
|
||||||
t = target_user_arch[target_base_arch].apply(config_target, strict: false)
|
t = target_user_arch[target_base_arch].apply(config_target, strict: false)
|
||||||
arch_srcs += t.sources()
|
arch_srcs += t.sources()
|
||||||
|
@ -38,7 +38,6 @@ if meson.is_cross_build() or 'CONFIG_XKBCOMMON' not in config_host
|
|||||||
else
|
else
|
||||||
native_qemu_keymap = qemu_keymap
|
native_qemu_keymap = qemu_keymap
|
||||||
endif
|
endif
|
||||||
cp = find_program('cp')
|
|
||||||
|
|
||||||
if native_qemu_keymap.found()
|
if native_qemu_keymap.found()
|
||||||
t = []
|
t = []
|
||||||
|
@ -68,21 +68,6 @@ if have_system or have_tools
|
|||||||
]
|
]
|
||||||
endif
|
endif
|
||||||
|
|
||||||
qapi_storage_daemon_modules = [
|
|
||||||
'block-core',
|
|
||||||
'block-export',
|
|
||||||
'char',
|
|
||||||
'common',
|
|
||||||
'control',
|
|
||||||
'crypto',
|
|
||||||
'introspect',
|
|
||||||
'job',
|
|
||||||
'qom',
|
|
||||||
'sockets',
|
|
||||||
'pragma',
|
|
||||||
'transaction',
|
|
||||||
]
|
|
||||||
|
|
||||||
qapi_nonmodule_outputs = [
|
qapi_nonmodule_outputs = [
|
||||||
'qapi-introspect.c', 'qapi-introspect.h',
|
'qapi-introspect.c', 'qapi-introspect.h',
|
||||||
'qapi-types.c', 'qapi-types.h',
|
'qapi-types.c', 'qapi-types.h',
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
# FIXME extra_args should accept files()
|
# FIXME extra_args should accept files()
|
||||||
dir = meson.current_source_dir()
|
|
||||||
|
|
||||||
gen = [
|
gen = [
|
||||||
decodetree.process('insn16.decode', extra_args: ['--static-decode=decode_insn16', '--insnwidth=16']),
|
decodetree.process('insn16.decode', extra_args: ['--static-decode=decode_insn16', '--insnwidth=16']),
|
||||||
decodetree.process('insn32.decode', extra_args: '--static-decode=decode_insn32'),
|
decodetree.process('insn32.decode', extra_args: '--static-decode=decode_insn32'),
|
||||||
|
Loading…
Reference in New Issue
Block a user