Browse Source

KVM: MMU: Remove unused variable

Signed-off-by: Avi Kivity <avi@qumranet.com>
Avi Kivity 17 years ago
parent
commit
971535ff65
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/kvm/paging_tmpl.h

+ 0 - 1
drivers/kvm/paging_tmpl.h

@@ -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;