diff options
Diffstat (limited to 'target-arm/cpu.h')
-rw-r--r-- | target-arm/cpu.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/target-arm/cpu.h b/target-arm/cpu.h index 275733e9c1..1feec83300 100644 --- a/target-arm/cpu.h +++ b/target-arm/cpu.h @@ -168,9 +168,6 @@ typedef struct CPUARMState { int vec_len; int vec_stride; - /* Temporary variables if we don't have spare fp regs. */ - float32 tmp0s, tmp1s; - float64 tmp0d, tmp1d; /* scratch space when Tn are not sufficient. */ uint32_t scratch[8]; |