From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiCwJ-0000Xr-0V for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:35 -0500 Received: from [199.232.76.173] (port=50418 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiCwI-0000XR-LE for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:34 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NiCwG-0001LL-4p for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:34 -0500 Received: from gv-out-0910.google.com ([216.239.58.189]:63461) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NiCwF-0001LD-SB for qemu-devel@nongnu.org; Thu, 18 Feb 2010 15:25:32 -0500 Received: by gv-out-0910.google.com with SMTP id c6so315497gvd.36 for ; Thu, 18 Feb 2010 12:25:31 -0800 (PST) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 18 Feb 2010 21:25:22 +0100 Message-Id: <1266524723-21572-1-git-send-email-pbonzini@redhat.com> In-Reply-To: References: Subject: [Qemu-devel] [PATCH v2 1/2] remove dead m68k definitions List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Signed-off-by: Paolo Bonzini --- target-m68k/exec.h | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/target-m68k/exec.h b/target-m68k/exec.h index 1267bb6..ece9aa0 100644 --- a/target-m68k/exec.h +++ b/target-m68k/exec.h @@ -20,10 +20,6 @@ #include "dyngen-exec.h" register struct CPUM68KState *env asm(AREG0); -/* This is only used for tb lookup. */ -register uint32_t T0 asm(AREG1); -/* ??? We don't use T1, but common code expects it to exist */ -#define T1 env->t1 #include "cpu.h" #include "exec-all.h" -- 1.6.6