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;
 
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to