diff options
Diffstat (limited to 'src/dev/platform.cc')
-rw-r--r-- | src/dev/platform.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dev/platform.cc b/src/dev/platform.cc index a91a5abf9..c60780786 100644 --- a/src/dev/platform.cc +++ b/src/dev/platform.cc @@ -35,7 +35,6 @@ #include "sim/sim_exit.hh" using namespace std; -using namespace TheISA; Platform::Platform(const Params *p) : SimObject(p), intrctrl(p->intrctrl) |