svn commit: r365844 - head/usr.sbin/bhyvectl

John Baldwin jhb at FreeBSD.org
Thu Sep 17 18:06:58 UTC 2020


Author: jhb
Date: Thu Sep 17 18:06:57 2020
New Revision: 365844
URL: https://svnweb.freebsd.org/changeset/base/365844

Log:
  Remove no longer used variable.
  
  Pointy hat to:	jhb
  Reported by:	kevans
  MFC after:	1 week

Modified:
  head/usr.sbin/bhyvectl/bhyvectl.c

Modified: head/usr.sbin/bhyvectl/bhyvectl.c
==============================================================================
--- head/usr.sbin/bhyvectl/bhyvectl.c	Thu Sep 17 17:29:33 2020	(r365843)
+++ head/usr.sbin/bhyvectl/bhyvectl.c	Thu Sep 17 18:06:57 2020	(r365844)
@@ -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;


More information about the svn-src-all mailing list