From: Jack Lange Date: Thu, 19 Feb 2009 23:06:40 +0000 (-0600) Subject: unused variable warning/error.. ugh... X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=commitdiff_plain;h=8c8a7e80f9706d4f0af27164ad3b4d26fd36b8fa unused variable warning/error.. ugh... --- diff --git a/palacios/src/palacios/svm.c b/palacios/src/palacios/svm.c index cddb759..9fd33ce 100644 --- a/palacios/src/palacios/svm.c +++ b/palacios/src/palacios/svm.c @@ -347,7 +347,7 @@ static int init_svm_guest(struct guest_info *info) { // can we start a kernel thread here... static int start_svm_guest(struct guest_info *info) { vmcb_saved_state_t * guest_state = GET_VMCB_SAVE_STATE_AREA((vmcb_t*)(info->vmm_data)); - vmcb_ctrl_t * guest_ctrl = GET_VMCB_CTRL_AREA((vmcb_t*)(info->vmm_data)); + // vmcb_ctrl_t * guest_ctrl = GET_VMCB_CTRL_AREA((vmcb_t*)(info->vmm_data)); uint_t num_exits = 0;