From 61971b86bb897dc333fccffb7518056c83b99f45 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 3 Jan 2016 03:44:02 -0500 Subject: sim: clean up some more device detritus Clean up some more remains of WITH_DEVICES that escaped notice. We also clean up GETTWI/SETTWI defines in a few ports where they were copied & pasted and are unused as they happen to be near the device code. --- sim/m68hc11/sim-main.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sim/m68hc11/sim-main.h') diff --git a/sim/m68hc11/sim-main.h b/sim/m68hc11/sim-main.h index 5e49399..b940df7 100644 --- a/sim/m68hc11/sim-main.h +++ b/sim/m68hc11/sim-main.h @@ -567,7 +567,6 @@ extern void m68hc11cpu_set_port (struct hw *me, sim_cpu *cpu, struct sim_state { sim_cpu *cpu[MAX_NR_PROCESSORS]; - device *devices; sim_state_base base; }; -- cgit v1.1