Remove no longer used variable.

Pointy hat to:	jhb
Reported by:	kevans
MFC after:	1 week
This commit is contained in:
John Baldwin 2020-09-17 18:06:57 +00:00
parent fd0a41d241
commit edd1bf93b3

View File

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