summaryrefslogtreecommitdiff
path: root/src/sim/sim_object.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/sim_object.hh')
-rw-r--r--src/sim/sim_object.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sim/sim_object.hh b/src/sim/sim_object.hh
index 1640be404..4fa2b7f05 100644
--- a/src/sim/sim_object.hh
+++ b/src/sim/sim_object.hh
@@ -256,13 +256,6 @@ class SimObject : public EventManager, public Serializable
virtual void resume();
/**
- * Change the memory mode the simulator operates in.
- *
- * @note Should only be implemented in the System object.
- */
- virtual void setMemoryMode(Enums::MemoryMode new_mode);
-
- /**
* Prepare a CPU model to be switched out, invoked on active CPUs
* that are about to be replaced.
*