From: Paolo Bonzini Date: Tue, 18 Sep 2018 09:28:19 +0000 (+0200) Subject: hvf: drop unused variable X-Git-Tag: v3.1.0-rc0~71^2~12 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=442c3b4594bb5a537c5f83dd9c65a0919723eca8;p=users%2Fdwmw2%2Fqemu.git hvf: drop unused variable Signed-off-by: Paolo Bonzini --- diff --git a/target/i386/hvf/hvf.c b/target/i386/hvf/hvf.c index 5db167df98..9f52bc413a 100644 --- a/target/i386/hvf/hvf.c +++ b/target/i386/hvf/hvf.c @@ -72,7 +72,6 @@ #include "sysemu/sysemu.h" #include "target/i386/cpu.h" -pthread_rwlock_t mem_lock = PTHREAD_RWLOCK_INITIALIZER; HVFState *hvf_state; int hvf_disabled = 1;