mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
meson: remove unused variable
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
2bbc487510
commit
781fa471b0
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ qht_bench = executable('qht-bench',
|
|||
sources: 'qht-bench.c',
|
||||
dependencies: [qemuutil])
|
||||
|
||||
qtree_bench = executable('qtree-bench',
|
||||
sources: 'qtree-bench.c',
|
||||
dependencies: [qemuutil])
|
||||
executable('qtree-bench',
|
||||
sources: 'qtree-bench.c',
|
||||
dependencies: [qemuutil])
|
||||
|
||||
executable('atomic_add-bench',
|
||||
sources: files('atomic_add-bench.c'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue