aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-basics.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-03 03:44:02 -0500
committerMike Frysinger <vapier@gentoo.org>2016-01-03 04:23:10 -0500
commit61971b86bb897dc333fccffb7518056c83b99f45 (patch)
treebeeb919cc16f3b313869095a3ad18f0a5ba0280e /sim/common/sim-basics.h
parent34fed69938f1296b62354b2a825b49602fe7af50 (diff)
downloadfsf-binutils-gdb-61971b86bb897dc333fccffb7518056c83b99f45.zip
fsf-binutils-gdb-61971b86bb897dc333fccffb7518056c83b99f45.tar.gz
fsf-binutils-gdb-61971b86bb897dc333fccffb7518056c83b99f45.tar.bz2
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/common/sim-basics.h')
-rw-r--r--sim/common/sim-basics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/common/sim-basics.h b/sim/common/sim-basics.h
index 81a6966..e0cb6d1 100644
--- a/sim/common/sim-basics.h
+++ b/sim/common/sim-basics.h
@@ -60,7 +60,6 @@ extern int asprintf (char **result, const char *format, ...);
/* Global types that code manipulates */
-typedef struct _device device;
struct hw;
struct _sim_fpu;