diff options
author | Korey Sewell <ksewell@umich.edu> | 2009-03-04 13:17:08 -0500 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2009-03-04 13:17:08 -0500 |
commit | 30cd2d21fad6c12e2540672f315f561c9a1643ec (patch) | |
tree | 04709508ae413d03b80b07e633500300e756b129 /src/cpu/inorder/params.hh | |
parent | f69b018571a6396d0e679d4d0eceb47ef4496530 (diff) | |
download | gem5-30cd2d21fad6c12e2540672f315f561c9a1643ec.tar.xz |
Remove unused functions/comments cluttering up the code.
Diffstat (limited to 'src/cpu/inorder/params.hh')
-rw-r--r-- | src/cpu/inorder/params.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/inorder/params.hh b/src/cpu/inorder/params.hh index 67f8f47f0..51b7409ad 100644 --- a/src/cpu/inorder/params.hh +++ b/src/cpu/inorder/params.hh @@ -121,4 +121,4 @@ class InOrderParams : public BaseCPU::Params }; -#endif // __CPU_O3_CPU_INORDER_PARAMS_HH__ +#endif // _CPU_INORDER_PARAMS_HH__ |