aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2015-12-31 10:55:50 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2015-12-31 10:55:50 +0000
commitcc398e21511f78d3436a3ab31dcec8ab4fa37708 (patch)
treeddf2e5249b3dafb2caefbeca207f6a3db0409d99 /usr.sbin
parent3ec1cff5297dc10403308bf74358fe6055fe61f5 (diff)
downloadsrc-cc398e21511f78d3436a3ab31dcec8ab4fa37708.tar.gz
src-cc398e21511f78d3436a3ab31dcec8ab4fa37708.zip
Remove unused variable after r292981 to unbreak the build.
Notes
Notes: svn path=/head/; revision=292982
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bhyve/bhyverun.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bhyve/bhyverun.c b/usr.sbin/bhyve/bhyverun.c
index cb29a484800b..bfa135b16cce 100644
--- a/usr.sbin/bhyve/bhyverun.c
+++ b/usr.sbin/bhyve/bhyverun.c
@@ -598,7 +598,7 @@ static vmexit_handler_t handler[VM_EXITCODE_MAX] = {
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;