From: Roman Bolshakov Date: Thu, 28 May 2020 19:37:49 +0000 (+0300) Subject: i386: hvf: Drop unused variable X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6345d7e2aeb6f7bbaa9c1e7e94e21fccf9453c70;p=qemu.git i386: hvf: Drop unused variable Signed-off-by: Roman Bolshakov Message-Id: <20200528193758.51454-5-r.bolshakov@yadro.com> Signed-off-by: Paolo Bonzini Reviewed-by: Philippe Mathieu-Daudé --- diff --git a/target/i386/hvf/x86.h b/target/i386/hvf/x86.h index c95d5b2116..56fcde13c6 100644 --- a/target/i386/hvf/x86.h +++ b/target/i386/hvf/x86.h @@ -293,7 +293,6 @@ typedef struct lazy_flags { /* Definition of hvf_x86_state is here */ struct HVFX86EmulatorState { - int interruptable; uint64_t fetch_rip; uint64_t rip; struct x86_register regs[16];