summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dev/storage/ide_disk.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/storage/ide_disk.cc b/src/dev/storage/ide_disk.cc
index 020e4582d..c31c0928f 100644
--- a/src/dev/storage/ide_disk.cc
+++ b/src/dev/storage/ide_disk.cc
@@ -63,9 +63,6 @@
#include "sim/core.hh"
#include "sim/sim_object.hh"
-using namespace std;
-using namespace TheISA;
-
IdeDisk::IdeDisk(const Params *p)
: SimObject(p), ctrl(NULL), image(p->image), diskDelay(p->delay),
dmaTransferEvent([this]{ doDmaTransfer(); }, name()),