summaryrefslogtreecommitdiff
path: root/sim/mcore/sim-main.h
diff options
context:
space:
mode:
Diffstat (limited to 'sim/mcore/sim-main.h')
-rw-r--r--sim/mcore/sim-main.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sim/mcore/sim-main.h b/sim/mcore/sim-main.h
index 96954b8c2e..80b467a117 100644
--- a/sim/mcore/sim-main.h
+++ b/sim/mcore/sim-main.h
@@ -43,11 +43,6 @@ struct _sim_cpu {
struct sim_state {
sim_cpu *cpu[MAX_NR_PROCESSORS];
-#if (WITH_SMP)
-#define STATE_CPU(sd,n) ((sd)->cpu[n])
-#else
-#define STATE_CPU(sd,n) ((sd)->cpu[0])
-#endif
sim_state_base base;
};