configure: remove dead code

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
master
Paolo Bonzini 2023-08-31 10:46:41 +02:00
parent 875be287cd
commit a5e9fbf1df
1 changed files with 0 additions and 8 deletions

8
configure vendored
View File

@ -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"