diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2022-08-25 16:06:58 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2022-09-22 16:38:29 +0100 |
commit | cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc (patch) | |
tree | dfa4674e1adcc649374b790467abcf4d3da94748 | |
parent | 342cf3041394916c9e6d6f23c27f62093a97a834 (diff) | |
download | qemu-cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc.zip qemu-cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc.tar.gz qemu-cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc.tar.bz2 |
configure: Remove unused meson_args variable
The meson_args variable was added in commit 3b4da13293482134b, but
was not used in that commit and isn't used today. Delete the
unnecessary assignment.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id: 20220825150703.4074125-3-peter.maydell@linaro.org
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -311,7 +311,6 @@ pie="" coroutine="" plugins="$default_feature" meson="" -meson_args="" ninja="" bindir="bin" skip_meson=no |