Remove unused variable after r292981 to unbreak the build.

This commit is contained in:
Bjoern A. Zeeb 2015-12-31 10:55:50 +00:00
parent 3ec1cff529
commit cc398e2151
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292982

View File

@ -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;