Skip to content

Commit

Permalink
Remove unused variable after r292981 to unbreak the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bz authored and bz committed Dec 31, 2015
1 parent f943a0f commit ccc7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr.sbin/bhyve/bhyverun.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit ccc7e8d

Please sign in to comment.