Skip to content

Commit

Permalink
KVM: MMU: Remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Kivity <avi@qumranet.com>
  • Loading branch information
Avi Kivity committed Jan 30, 2008
1 parent 3e021bf commit 971535f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/kvm/paging_tmpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 971535f

Please sign in to comment.