Merge zizzer.eecs.umich.edu:/bk/m5/
[gem5.git] / dev / uart.hh
index 855915840d14e5fe215dec29f47b2fb00947b12e..d1f167526943dc2973dc9d4f0c79f7ce730a52b0 100644 (file)
@@ -72,7 +72,6 @@ class Uart : public PioDevice
 
     IntrEvent txIntrEvent;
     IntrEvent rxIntrEvent;
-    Platform *platform;
 
   public:
     Uart(const std::string &name, SimConsole *c, MemoryController *mmu,