diff options
Diffstat (limited to 'sim/h8300/sim-main.h')
-rw-r--r-- | sim/h8300/sim-main.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/h8300/sim-main.h b/sim/h8300/sim-main.h index 6dbc1ac..3b5ae2a 100644 --- a/sim/h8300/sim-main.h +++ b/sim/h8300/sim-main.h @@ -135,12 +135,7 @@ struct _sim_cpu { /* The sim_state struct. */ struct sim_state { sim_cpu *cpu[MAX_NR_PROCESSORS]; - unsigned int sim_cache_size; - decoded_inst *sim_cache; - unsigned short *cache_idx; unsigned long memory_size; - int cache_top; - int compiles; #ifdef ADEBUG int stats[O_LAST]; #endif |