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);