configure: Remove unused python_version variable
commit342cf3041394916c9e6d6f23c27f62093a97a834
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Aug 2022 15:06:57 +0000 (25 16:06 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 22 Sep 2022 15:38:29 +0000 (22 16:38 +0100)
tree23fd97ae31d499925d746dde0aeb98e5d03a96d5
parent972d325a8dc855aa3817d0df9e09fd556a0449f7
configure: Remove unused python_version variable

Shellcheck correctly reports that we set python_version and never use
it.  This is a leftover from commit f9332757898a7: we used to use
python_version purely to as part of the summary information printed
at the end of a configure run, and that commit changed to printing
the information from meson (which looks up the python version
itself). Remove the unused variable.

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-2-peter.maydell@linaro.org
configure