Skip to content

Commit

Permalink
meson: remove unused variable
Browse files Browse the repository at this point in the history
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
bonzini committed Dec 31, 2023
1 parent 2bbc487 commit 781fa47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/bench/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down

0 comments on commit 781fa47

Please sign in to comment.