sim: msp430: delete redundant comments & settings
[binutils-gdb.git] / sim / msp430 / sim-main.h
index 22a53b4c9d3c93a5a6f6af885555175f5738d244..68910046997b2a2d1111dc464f3f939bc91de5fe 100644 (file)
@@ -22,7 +22,6 @@
 #define _MSP430_MAIN_SIM_H_
 
 #include "sim-basics.h"
-#include "sim-signal.h"
 #include "msp430-sim.h"
 #include "sim-base.h"
 
@@ -33,14 +32,6 @@ struct _sim_cpu
   sim_cpu_base base;
 };
 
-struct sim_state
-{
-  sim_cpu *cpu[MAX_NR_PROCESSORS];
-
-  /* Simulator specific members.  */
-  sim_state_base base;
-};
-
 #define MSP430_CPU(sd)       (STATE_CPU ((sd), 0))
 #define MSP430_CPU_STATE(sd) (MSP430_CPU ((sd)->state))