From: Paolo Bonzini Date: Fri, 13 May 2022 16:06:37 +0000 (+0200) Subject: configure: remove another dead variable X-Git-Tag: v7.1.0-rc0~99^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=008f6f20a544cbffe6152aacb69b2774978b49e0;p=thirdparty%2Fqemu.git configure: remove another dead variable Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index c8b5b995327..dda25f05bfb 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