summaryrefslogtreecommitdiff
path: root/src/mem/drampower.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/drampower.cc')
-rw-r--r--src/mem/drampower.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mem/drampower.cc b/src/mem/drampower.cc
index d491c9612..c4cdfb9cc 100644
--- a/src/mem/drampower.cc
+++ b/src/mem/drampower.cc
@@ -42,8 +42,6 @@
#include "base/intmath.hh"
#include "sim/core.hh"
-using namespace Data;
-
DRAMPower::DRAMPower(const DRAMCtrlParams* p, bool include_io) :
powerlib(libDRAMPower(getMemSpec(p), include_io))
{