diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 03:44:02 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-01-03 04:23:10 -0500 |
commit | 61971b86bb897dc333fccffb7518056c83b99f45 (patch) | |
tree | beeb919cc16f3b313869095a3ad18f0a5ba0280e /sim/iq2000/sim-main.h | |
parent | 34fed69938f1296b62354b2a825b49602fe7af50 (diff) | |
download | binutils-gdb-61971b86bb897dc333fccffb7518056c83b99f45.tar.gz |
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.
Diffstat (limited to 'sim/iq2000/sim-main.h')
-rw-r--r-- | sim/iq2000/sim-main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/iq2000/sim-main.h b/sim/iq2000/sim-main.h index 810e4f4252d..829f9bb56ba 100644 --- a/sim/iq2000/sim-main.h +++ b/sim/iq2000/sim-main.h @@ -25,7 +25,6 @@ #include "sim-base.h" #include "cgen-sim.h" -#include "iq2000-sim.h" /* The _sim_cpu struct. */ |