summaryrefslogtreecommitdiff
path: root/src/cpu/o3/btb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/btb.cc')
-rw-r--r--src/cpu/o3/btb.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/o3/btb.cc b/src/cpu/o3/btb.cc
index 01640f4d1..93d6ee768 100644
--- a/src/cpu/o3/btb.cc
+++ b/src/cpu/o3/btb.cc
@@ -32,8 +32,6 @@
#include "base/trace.hh"
#include "cpu/o3/btb.hh"
-using namespace TheISA;
-
DefaultBTB::DefaultBTB(unsigned _numEntries,
unsigned _tagBits,
unsigned _instShiftAmt)