target-m68k: Remove t1 from CPUM68KState

This field is no longer used.

Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
master
Richard Henderson 2012-11-02 08:36:36 +11:00 committed by Stefan Hajnoczi
parent c47d08ceff
commit d694516440
1 changed files with 0 additions and 3 deletions

View File

@ -103,9 +103,6 @@ typedef struct CPUM68KState {
uint32_t rambar0;
uint32_t cacr;
/* ??? remove this. */
uint32_t t1;
int pending_vector;
int pending_level;