Commit 971535ff authored by Avi Kivity's avatar Avi Kivity

KVM: MMU: Remove unused variable

Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
parent 3e021bf5
......@@ -72,7 +72,6 @@ static int FNAME(walk_addr)(struct guest_walker *walker,
struct kvm_vcpu *vcpu, gva_t addr,
int write_fault, int user_fault, int fetch_fault)
{
pt_element_t *table;
pt_element_t pte;
gfn_t table_gfn;
unsigned index;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment