Merge gblack@m5.eecs.umich.edu:/bk/multiarch
[gem5.git] / dev / ide_disk.hh
index 32888c81cd2693a59cc0dd245254c81b5153a82d..a656ca464ef8c14ae52a5480fa0ecc9800ffbf60 100644 (file)
@@ -187,8 +187,6 @@ class IdeController;
  */
 class IdeDisk : public SimObject
 {
-  protected:
-    typedef TheISA::Addr Addr;
   protected:
     /** The IDE controller for this disk. */
     IdeController *ctrl;