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.
This commit is contained in:
Mike Frysinger
2016-01-03 03:44:02 -05:00
parent 34fed69938
commit 61971b86bb
13 changed files with 26 additions and 53 deletions

View File

@@ -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;