summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/pipeline_traits.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2009-03-04 13:17:08 -0500
committerKorey Sewell <ksewell@umich.edu>2009-03-04 13:17:08 -0500
commit30cd2d21fad6c12e2540672f315f561c9a1643ec (patch)
tree04709508ae413d03b80b07e633500300e756b129 /src/cpu/inorder/pipeline_traits.hh
parentf69b018571a6396d0e679d4d0eceb47ef4496530 (diff)
downloadgem5-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.hh7
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 {