diff options
Diffstat (limited to 'sim/frv/sim-main.h')
-rw-r--r-- | sim/frv/sim-main.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sim/frv/sim-main.h b/sim/frv/sim-main.h index 1515c32..e2b09a3 100644 --- a/sim/frv/sim-main.h +++ b/sim/frv/sim-main.h @@ -104,16 +104,6 @@ struct _sim_cpu { #endif /* defined (WANT_CPU_FRVBF) */ }; -/* The sim_state struct. */ - -struct sim_state { - sim_cpu *cpu[MAX_NR_PROCESSORS]; - - CGEN_STATE cgen_state; - - sim_state_base base; -}; - /* Misc. */ /* Catch address exceptions. */ |