diff options
author | Kevin Lim <ktlim@umich.edu> | 2006-03-29 16:05:26 -0500 |
---|---|---|
committer | Kevin Lim <ktlim@umich.edu> | 2006-03-29 16:05:26 -0500 |
commit | d46d3d6811822d218c137cd6d991e6b4981811d6 (patch) | |
tree | b65fae51ce340e121286c08448152524b1be2c0a /arch | |
parent | c5c76cea9871796820f1597f286dcfc21c85a180 (diff) | |
download | gem5-d46d3d6811822d218c137cd6d991e6b4981811d6.tar.xz |
Remove "using namespace std" from global declarations.
--HG--
extra : convert_revision : c580bc6bd308fd502fb5a14ea84b5214e1d2718e
Diffstat (limited to 'arch')
-rw-r--r-- | arch/alpha/linux/system.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/linux/system.hh b/arch/alpha/linux/system.hh index 035e2a427..0c1fb037e 100644 --- a/arch/alpha/linux/system.hh +++ b/arch/alpha/linux/system.hh @@ -39,7 +39,6 @@ class IdleStartEvent; using namespace AlphaISA; using namespace Linux; -using namespace std; /** * This class contains linux specific system code (Loading, Events, Binning). |