From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: [PATCH 18/18] kvm: qemu: kill unused variable in enable_vapic() Date: Thu, 15 Jan 2009 13:47:42 +0000 Message-ID: <1232027262-21487-18-git-send-email-markmc@redhat.com> References: <1232027262-21487-1-git-send-email-markmc@redhat.com> <1232027262-21487-2-git-send-email-markmc@redhat.com> <1232027262-21487-3-git-send-email-markmc@redhat.com> <1232027262-21487-4-git-send-email-markmc@redhat.com> <1232027262-21487-5-git-send-email-markmc@redhat.com> <1232027262-21487-6-git-send-email-markmc@redhat.com> <1232027262-21487-7-git-send-email-markmc@redhat.com> <1232027262-21487-8-git-send-email-markmc@redhat.com> <1232027262-21487-9-git-send-email-markmc@redhat.com> <1232027262-21487-10-git-send-email-markmc@redhat.com> <1232027262-21487-11-git-send-email-markmc@redhat.com> <1232027262-21487-12-git-send-email-markmc@redhat.com> <1232027262-21487-13-git-send-email-markmc@redhat.com> <1232027262-21487-14-git-send-email-markmc@redhat.com> <1232027262-21487-15-git-send-email-markmc@redhat.com> <1232027262-21487-16-git-send-email-markmc@redhat.com> <1232027262-21487-17-git-send-email-markmc@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: kvm@vger.kernel.org, Mark McLoughlin To: avi@redhat.com Return-path: Received: from mail19.svc.cra.dublin.eircom.net ([159.134.118.218]:42891 "HELO mail19.svc.cra.dublin.eircom.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1760954AbZAONrz (ORCPT ); Thu, 15 Jan 2009 08:47:55 -0500 In-Reply-To: <1232027262-21487-17-git-send-email-markmc@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: =46ixes: qemu/kvm-tpr-opt.c:22: warning: redundant redeclaration of =E2=80=98k= vm_context=E2=80=99 Signed-off-by: Mark McLoughlin --- qemu/kvm-tpr-opt.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/qemu/kvm-tpr-opt.c b/qemu/kvm-tpr-opt.c index 85fbbbc..44b453f 100644 --- a/qemu/kvm-tpr-opt.c +++ b/qemu/kvm-tpr-opt.c @@ -222,7 +222,6 @@ static int bios_is_mapped(CPUState *env, uint64_t r= ip) =20 static int enable_vapic(CPUState *env) { - struct kvm_sregs sregs; static uint8_t one =3D 1; =20 kvm_enable_vapic(kvm_context, env->cpu_index, --=20 1.6.0.6