qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 67/79] hvf: drop unused variable


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 67/79] hvf: drop unused variable
Date: Sun, 30 Sep 2018 10:13:05 +0200

Signed-off-by: Paolo Bonzini <address@hidden>
---
 target/i386/hvf/hvf.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/target/i386/hvf/hvf.c b/target/i386/hvf/hvf.c
index 5db167d..9f52bc4 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;
 
-- 
1.8.3.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]