aboutsummaryrefslogtreecommitdiff
path: root/sim/mn10300/interp.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-06-09 22:27:09 +0800
committerMike Frysinger <vapier@gentoo.org>2015-06-11 07:29:16 -0400
commit96eaf29ec4df2f81be180cfeabdb9b26492e8264 (patch)
treec932689d97c73ecbef453ed63f22ace3f6f72f8d /sim/mn10300/interp.c
parentb0e4c8a581c689da0c3e7319c03a8cc60d64a2f2 (diff)
downloadfsf-binutils-gdb-96eaf29ec4df2f81be180cfeabdb9b26492e8264.zip
fsf-binutils-gdb-96eaf29ec4df2f81be180cfeabdb9b26492e8264.tar.gz
fsf-binutils-gdb-96eaf29ec4df2f81be180cfeabdb9b26492e8264.tar.bz2
sim: mn10300: delete unused exception/exited/debug state
The syscall path was the only code checking the custom exception state after recent cleanups. Once we change that to the common engine halt function, we can delete that state entirely. This also helps highlight some other dead code that we can cull.
Diffstat (limited to 'sim/mn10300/interp.c')
-rw-r--r--sim/mn10300/interp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sim/mn10300/interp.c b/sim/mn10300/interp.c
index e5a90b5..f6f093d 100644
--- a/sim/mn10300/interp.c
+++ b/sim/mn10300/interp.c
@@ -25,7 +25,6 @@
host_callback *mn10300_callback;
-int mn10300_debug;
struct _state State;