From: Peter Maydell Date: Thu, 25 Aug 2022 15:06:58 +0000 (+0100) Subject: configure: Remove unused meson_args variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc;p=qemu.git 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 Reviewed-by: Marc-André Lureau Reviewed-by: Philippe Mathieu-Daudé Message-id: 20220825150703.4074125-3-peter.maydell@linaro.org --- diff --git a/configure b/configure index b5ace4cb49..e42d43d6a5 100755 --- a/configure +++ b/configure @@ -311,7 +311,6 @@ pie="" coroutine="" plugins="$default_feature" meson="" -meson_args="" ninja="" bindir="bin" skip_meson=no