From edd1bf93b303263ad329fd690c3e45478fc091e3 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Thu, 17 Sep 2020 18:06:57 +0000 Subject: [PATCH] Remove no longer used variable. Pointy hat to: jhb Reported by: kevans MFC after: 1 week --- usr.sbin/bhyvectl/bhyvectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/bhyvectl/bhyvectl.c b/usr.sbin/bhyvectl/bhyvectl.c index 7dfef718898..c54aa1f33dc 100644 --- a/usr.sbin/bhyvectl/bhyvectl.c +++ b/usr.sbin/bhyvectl/bhyvectl.c @@ -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;