summaryrefslogtreecommitdiff
path: root/dev/ide_disk.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ide_disk.hh')
-rw-r--r--dev/ide_disk.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/dev/ide_disk.hh b/dev/ide_disk.hh
index 32888c81c..a656ca464 100644
--- a/dev/ide_disk.hh
+++ b/dev/ide_disk.hh
@@ -188,8 +188,6 @@ class IdeController;
class IdeDisk : public SimObject
{
protected:
- typedef TheISA::Addr Addr;
- protected:
/** The IDE controller for this disk. */
IdeController *ctrl;
/** The DMA interface to use for transfers */