summaryrefslogtreecommitdiff
path: root/sim/common/sim-config.h
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-config.h
parent0d58595077841917ad57c9f8d2a61184a504ef40 (diff)
downloadbinutils-gdb-cf59f47ebeccf4ea82b6c529c882644e4c445323.tar.gz
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-config.h')
-rw-r--r--sim/common/sim-config.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/sim/common/sim-config.h b/sim/common/sim-config.h
index 064d9368947..cbe656ac916 100644
--- a/sim/common/sim-config.h
+++ b/sim/common/sim-config.h
@@ -454,19 +454,6 @@ extern int current_floating_point;
#endif
-
-/* Engine module.
-
- Use the common start/stop/restart framework (sim-engine).
- Simulators using the other modules but not the engine should define
- WITH_ENGINE=0. */
-
-#ifndef WITH_ENGINE
-#define WITH_ENGINE 1
-#endif
-
-
-
/* Debugging:
Control the inclusion of debugging code.