Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Dec 2015 10:55:51 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292982 - head/usr.sbin/bhyve
Message-ID:  <201512311055.tBVAtpLE065587@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512311055.tBVAtpLE065587>