[PATCH] configure: remove another dead variable

Paolo Bonzini posted 1 patch 1 year, 11 months ago
configure | 1 -
1 file changed, 1 deletion(-)
[PATCH] configure: remove another dead variable
Posted by Paolo Bonzini 1 year, 11 months ago
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 configure | 1 -
 1 file changed, 1 deletion(-)

diff --git a/configure b/configure
index c8b5b99532..dda25f05bf 100755
--- a/configure
+++ b/configure
@@ -1992,7 +1992,6 @@ fi
 if test "$static" = "yes" ; then
   echo "CONFIG_STATIC=y" >> $config_host_mak
 fi
-qemu_version=$(head $source_path/VERSION)
 echo "SRC_PATH=$source_path" >> $config_host_mak
 echo "TARGET_DIRS=$target_list" >> $config_host_mak
 if test "$modules" = "yes"; then
-- 
2.36.0
Re: [PATCH] configure: remove another dead variable
Posted by Richard Henderson 1 year, 11 months ago
On 5/13/22 09:11, Paolo Bonzini wrote:
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>   configure | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/configure b/configure
> index c8b5b99532..dda25f05bf 100755
> --- a/configure
> +++ b/configure
> @@ -1992,7 +1992,6 @@ fi
>   if test "$static" = "yes" ; then
>     echo "CONFIG_STATIC=y" >> $config_host_mak
>   fi
> -qemu_version=$(head $source_path/VERSION)
>   echo "SRC_PATH=$source_path" >> $config_host_mak
>   echo "TARGET_DIRS=$target_list" >> $config_host_mak
>   if test "$modules" = "yes"; then

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~