summaryrefslogtreecommitdiff
path: root/src/dev
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev')
-rw-r--r--src/dev/platform.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/platform.hh b/src/dev/platform.hh
index b3d1bec9f..0931d9ece 100644
--- a/src/dev/platform.hh
+++ b/src/dev/platform.hh
@@ -55,9 +55,6 @@ class Platform : public SimObject
/** Pointer to the interrupt controller */
IntrControl *intrctrl;
- /** Pointer to the system for info about the memory system. */
- System *system;
-
public:
typedef PlatformParams Params;
Platform(const Params *p);