From: Paolo Bonzini Date: Thu, 31 Aug 2023 08:46:41 +0000 (+0200) Subject: configure: remove dead code X-Git-Tag: v8.2.0-rc0~138^2~18 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a5e9fbf1dfd5b3f901f987755c89f1dc636c3747;p=thirdparty%2Fqemu.git configure: remove dead code Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index ef085376922..48ae0fc05ab 100755 --- a/configure +++ b/configure @@ -1126,14 +1126,6 @@ else done fi -# see if system emulation was really requested -case " $target_list " in - *"-softmmu "*) softmmu=yes - ;; - *) softmmu=no - ;; -esac - if test "$tcg" = "auto"; then if test -z "$target_list"; then tcg="disabled"