Skip to content

Commit

Permalink
Remove no longer used variable.
Browse files Browse the repository at this point in the history
Pointy hat to:	jhb
Reported by:	kevans
MFC after:	1 week
  • Loading branch information
bsdjhb committed Sep 17, 2020
1 parent fd0a41d commit edd1bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/bhyvectl/bhyvectl.c
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ static int get_vmcs_entry_interruption_info;
static int get_vmcs_interruptibility;
uint32_t vmcs_entry_interruption_info;
static int get_vmcs_gpa, get_vmcs_gla;
static int get_exception_bitmap, exception_bitmap;
static int get_exception_bitmap;
static int get_cr0_mask, get_cr0_shadow;
static int get_cr4_mask, get_cr4_shadow;
static int get_cr3_targets;
Expand Down

0 comments on commit edd1bf9

Please sign in to comment.