summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/pipeline_stage.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_stage.hh
parentf69b018571a6396d0e679d4d0eceb47ef4496530 (diff)
downloadgem5-30cd2d21fad6c12e2540672f315f561c9a1643ec.tar.xz
Remove unused functions/comments cluttering up the code.
Diffstat (limited to 'src/cpu/inorder/pipeline_stage.hh')
-rw-r--r--src/cpu/inorder/pipeline_stage.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/inorder/pipeline_stage.hh b/src/cpu/inorder/pipeline_stage.hh
index 17ca32595..19bf8154f 100644
--- a/src/cpu/inorder/pipeline_stage.hh
+++ b/src/cpu/inorder/pipeline_stage.hh
@@ -147,9 +147,6 @@ class PipelineStage
*/
virtual void tick();
- /** Is out of order processing valid? */
- bool outOfOrderValid();
-
/** Set a resource stall in the pipeline-stage */
void setResStall(ResReqPtr res_req, unsigned tid);