svn commit: r292982 - head/usr.sbin/bhyve

Bjoern A. Zeeb bz at FreeBSD.org
Thu Dec 31 10:55:52 UTC 2015


Author: bz
Date: Thu Dec 31 10:55:50 2015
New Revision: 292982
URL: https://svnweb.freebsd.org/changeset/base/292982

Log:
  Remove unused variable after r292981 to unbreak the build.

Modified:
  head/usr.sbin/bhyve/bhyverun.c

Modified: head/usr.sbin/bhyve/bhyverun.c
==============================================================================
--- head/usr.sbin/bhyve/bhyverun.c	Thu Dec 31 07:08:21 2015	(r292981)
+++ head/usr.sbin/bhyve/bhyverun.c	Thu Dec 31 10:55:50 2015	(r292982)
@@ -598,7 +598,7 @@ static vmexit_handler_t handler[VM_EXITC
 static void
 vm_loop(struct vmctx *ctx, int vcpu, uint64_t startrip)
 {
-	int error, rc, prevcpu;
+	int error, rc;
 	enum vm_exitcode exitcode;
 	cpuset_t active_cpus;
 


More information about the svn-src-head mailing list