mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
meson: remove dead assignments
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
eccae02d99
commit
e3af71e900
3 changed files with 14 additions and 14 deletions
|
@ -632,7 +632,7 @@ test('fp-test-mulAdd', fptest,
|
|||
['f16_mulAdd', 'f32_mulAdd', 'f64_mulAdd', 'f128_mulAdd'],
|
||||
suite: ['softfloat-slow', 'softfloat-ops-slow', 'slow'], timeout: 90)
|
||||
|
||||
fpbench = executable(
|
||||
executable(
|
||||
'fp-bench',
|
||||
['fp-bench.c', '../../fpu/softfloat.c'],
|
||||
link_with: [libtestfloat, libsoftfloat],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue