summaryrefslogtreecommitdiff
path: root/src/arch/mips/isa_traits.hh
diff options
context:
space:
mode:
authorSteve Reinhardt <steve.reinhardt@amd.com>2009-03-05 17:15:31 -0800
committerSteve Reinhardt <steve.reinhardt@amd.com>2009-03-05 17:15:31 -0800
commite3d6e8882e02d607ed69108d4bc1301de9c2de56 (patch)
treef7afa0148f9e645bd23983debb555a852af891a7 /src/arch/mips/isa_traits.hh
parentb8548c011d03025dd31eae6bb8cb08033fb52c96 (diff)
downloadgem5-e3d6e8882e02d607ed69108d4bc1301de9c2de56.tar.xz
Get rid of 'using namespace' declarations in headers.
Diffstat (limited to 'src/arch/mips/isa_traits.hh')
-rw-r--r--src/arch/mips/isa_traits.hh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/isa_traits.hh b/src/arch/mips/isa_traits.hh
index ed4ed9877..12c887132 100644
--- a/src/arch/mips/isa_traits.hh
+++ b/src/arch/mips/isa_traits.hh
@@ -381,6 +381,4 @@ namespace MipsISA
};
-using namespace MipsISA;
-
#endif // __ARCH_MIPS_ISA_TRAITS_HH__