From patchwork Thu Feb 18 20:25:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,1/2] remove dead m68k definitions From: Paolo Bonzini X-Patchwork-Id: 45807 Message-Id: <1266524723-21572-1-git-send-email-pbonzini@redhat.com> To: qemu-devel@nongnu.org Cc: blauwirbel@gmail.com Date: Thu, 18 Feb 2010 21:25:22 +0100 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"