]> Git Repo - qemu.git/commitdiff
hvf: drop unused variable
authorPaolo Bonzini <[email protected]>
Tue, 18 Sep 2018 09:28:19 +0000 (11:28 +0200)
committerPaolo Bonzini <[email protected]>
Tue, 2 Oct 2018 17:09:13 +0000 (19:09 +0200)
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/hvf/hvf.c

index 5db167df98e6a54b3f7da8df43ce3a997089929c..9f52bc413a8fef37fb843c0d0d0e844a1a5b45e7 100644 (file)
@@ -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;
 
This page took 0.030661 seconds and 4 git commands to generate.