]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: remove dead code
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 31 Aug 2023 08:46:41 +0000 (10:46 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Sep 2023 11:32:37 +0000 (13:32 +0200)
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure

index ef08537692269e9fce9b0a61f8b9677050ff1043..48ae0fc05abefddb5bcab15eae14c4f8f1efdc7a 100755 (executable)
--- 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"