mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove no longer used variable.
Pointy hat to: jhb Reported by: kevans MFC after: 1 week
This commit is contained in:
parent
fd0a41d241
commit
edd1bf93b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue