commit | cbbc44d8efc57f4a07fada20740dfa9ef55b4fbc | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Thu Aug 25 16:06:58 2022 +0100 |
committer | Peter Maydell <peter.maydell@linaro.org> | Thu Sep 22 16:38:29 2022 +0100 |
tree | dfa4674e1adcc649374b790467abcf4d3da94748 | |
parent | 342cf3041394916c9e6d6f23c27f62093a97a834 [diff] |
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