From: Eduardo Habkost Date: Thu, 30 Oct 2014 19:12:33 +0000 (-0200) Subject: target-i386: Remove unused model_features_t struct X-Git-Tag: v2.2.0-rc0~14^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb019cf911ee4a152e3b31940d702d7b8a8b8114;p=thirdparty%2Fqemu.git target-i386: Remove unused model_features_t struct The struct is not used anymore and can be removed. Signed-off-by: Eduardo Habkost Reviewed-by: Igor Mammedov Signed-off-by: Michael Tokarev --- diff --git a/target-i386/cpu.c b/target-i386/cpu.c index e1946016ad3..e4ccee133af 100644 --- a/target-i386/cpu.c +++ b/target-i386/cpu.c @@ -442,14 +442,6 @@ const char *get_register_name_32(unsigned int reg) return x86_reg_info_32[reg].name; } -/* collects per-function cpuid data - */ -typedef struct model_features_t { - uint32_t *guest_feat; - uint32_t *host_feat; - FeatureWord feat_word; -} model_features_t; - /* KVM-specific features that are automatically added to all CPU models * when KVM is enabled. */