aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-module.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-25 04:45:57 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-25 04:47:31 -0500
commitcf59f47ebeccf4ea82b6c529c882644e4c445323 (patch)
treeadc65ec3df76baa691de9c3498340380b5fa4ce1 /sim/common/sim-module.c
parent0d58595077841917ad57c9f8d2a61184a504ef40 (diff)
downloadgdb-cf59f47ebeccf4ea82b6c529c882644e4c445323.zip
gdb-cf59f47ebeccf4ea82b6c529c882644e4c445323.tar.gz
gdb-cf59f47ebeccf4ea82b6c529c882644e4c445323.tar.bz2
sim: drop WITH_ENGINE define
We enable this everywhere already, and all new ports should use the engine logic, so no point in making it an option to disable.
Diffstat (limited to 'sim/common/sim-module.c')
-rw-r--r--sim/common/sim-module.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c
index 670225b..3d49f57 100644
--- a/sim/common/sim-module.c
+++ b/sim/common/sim-module.c
@@ -41,9 +41,7 @@ static MODULE_INSTALL_FN * const modules[] = {
standard_install,
sim_events_install,
sim_model_install,
-#if WITH_ENGINE
sim_engine_install,
-#endif
#if WITH_TRACE_ANY_P
trace_install,
#endif