diff options
author | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-03-05 17:15:31 -0800 |
---|---|---|
committer | Steve Reinhardt <steve.reinhardt@amd.com> | 2009-03-05 17:15:31 -0800 |
commit | e3d6e8882e02d607ed69108d4bc1301de9c2de56 (patch) | |
tree | f7afa0148f9e645bd23983debb555a852af891a7 /src/arch/mips/bare_iron | |
parent | b8548c011d03025dd31eae6bb8cb08033fb52c96 (diff) | |
download | gem5-e3d6e8882e02d607ed69108d4bc1301de9c2de56.tar.xz |
Get rid of 'using namespace' declarations in headers.
Diffstat (limited to 'src/arch/mips/bare_iron')
-rwxr-xr-x | src/arch/mips/bare_iron/system.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/bare_iron/system.hh b/src/arch/mips/bare_iron/system.hh index ab4e02344..e593f832c 100755 --- a/src/arch/mips/bare_iron/system.hh +++ b/src/arch/mips/bare_iron/system.hh @@ -39,8 +39,6 @@ class IdleStartEvent; #include "arch/mips/system.hh" #include "params/BareIronMipsSystem.hh" -using namespace MipsISA; - /** * This class contains linux specific system code (Loading, Events). * It points to objects that are the system binaries to load and patches them |