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/pipeline_traits.hh | |
parent | f69b018571a6396d0e679d4d0eceb47ef4496530 (diff) | |
download | gem5-30cd2d21fad6c12e2540672f315f561c9a1643ec.tar.xz |
Remove unused functions/comments cluttering up the code.
Diffstat (limited to 'src/cpu/inorder/pipeline_traits.hh')
-rw-r--r-- | src/cpu/inorder/pipeline_traits.hh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/inorder/pipeline_traits.hh b/src/cpu/inorder/pipeline_traits.hh index c5e4bb228..3c49143bc 100644 --- a/src/cpu/inorder/pipeline_traits.hh +++ b/src/cpu/inorder/pipeline_traits.hh @@ -38,7 +38,6 @@ #include "arch/isa_traits.hh" #include "cpu/base.hh" -//#include "cpu/inorder/params.hh" #include "params/InOrderCPU.hh" @@ -122,12 +121,6 @@ namespace ThePipeline { if (lhs->stageNum > rhs->stageNum) { return true; } else if (lhs->stageNum == rhs->stageNum) { - /*if (lhs->resNum > rhs->resNum) { - return true; - } else { - return false; - }*/ - if (lhs->priority > rhs->priority) { return true; } else { |