summaryrefslogtreecommitdiff
path: root/sim/sh/sim-main.h
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-01-21 22:51:00 -0500
committerMike Frysinger <vapier@gentoo.org>2021-05-17 01:05:08 -0400
commitf4fdd84587e80bc6e327b89b162504d306933609 (patch)
tree0bd611dd57279a85db41fea9503d7fa6e427ae7e /sim/sh/sim-main.h
parent10c23a2c6fec069ef8279fc19f625348da70cd0d (diff)
downloadbinutils-gdb-f4fdd84587e80bc6e327b89b162504d306933609.tar.gz
sim: fully merge sim_state_base into sim_state
Now that all ports have migrated to the new framework, drop support for the old sim_state_base layout.
Diffstat (limited to 'sim/sh/sim-main.h')
-rw-r--r--sim/sh/sim-main.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/sh/sim-main.h b/sim/sh/sim-main.h
index 58c1436531f..9453e62f6d2 100644
--- a/sim/sh/sim-main.h
+++ b/sim/sh/sim-main.h
@@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
#ifndef SIM_MAIN_H
#define SIM_MAIN_H
-#define SIM_HAVE_COMMON_SIM_STATE
-
#include "sim-basics.h"
#include "sim-base.h"