diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2022-07-14 10:43:46 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-09-01 07:42:37 +0200 |
commit | eccae02d99dfcf32d5c5db76f59c8f6ba25b5cb0 (patch) | |
tree | 1728a962d359595b6077dcbf1b2c4de9454da0b1 /meson.build | |
parent | 0169815b47bffe4361ac2370a4ad584277a62a96 (diff) |
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 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 20fddbd707..ca1ba46928 100644 --- a/meson.build +++ b/meson.build @@ -3405,7 +3405,6 @@ foreach target : target_dirs target_inc += include_directories('linux-headers', is_system: true) endif if target.endswith('-softmmu') - qemu_target_name = 'qemu-system-' + target_name target_type='system' t = target_softmmu_arch[target_base_arch].apply(config_target, strict: false) arch_srcs += t.sources() @@ -3422,7 +3421,6 @@ foreach target : target_dirs abi = config_target['TARGET_ABI_DIR'] target_type='user' target_inc += common_user_inc - qemu_target_name = 'qemu-' + target_name if target_base_arch in target_user_arch t = target_user_arch[target_base_arch].apply(config_target, strict: false) arch_srcs += t.sources() |