diff mbox series

[PULL,34/39] configure: Remove unused meson_args variable

Message ID 20220922163536.1096175-35-peter.maydell@linaro.org
State Not Applicable
Headers show
Series [PULL,01/39] hw/net/can: fix Xilinx ZynqMP CAN RX FIFO logic | expand

Commit Message

Peter Maydell Sept. 22, 2022, 4:35 p.m. UTC
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
---
 configure | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/configure b/configure
index b5ace4cb49e..e42d43d6a50 100755
--- a/configure
+++ b/configure
@@ -311,7 +311,6 @@  pie=""
 coroutine=""
 plugins="$default_feature"
 meson=""
-meson_args=""
 ninja=""
 bindir="bin"
 skip_meson=no