diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 042d52a31033674f9b3fbdc2d3ca7c325e117616..375f20a71ed0ef47c07b7c2b67098f239fcf05bf 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -392,7 +392,6 @@ struct CPUSPARCState { target_ulong cc_dst; uint32_t cc_op; - target_ulong t0, t1; /* temporaries live across basic blocks */ target_ulong cond; /* conditional branch result (XXX: save it in a temporary register when possible) */