summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/cpu.cc
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2010-06-28 07:33:33 -0400
committerKorey Sewell <ksewell@umich.edu>2010-06-28 07:33:33 -0400
commit84489c58741d637fd3af2379952df5b96b4f63a5 (patch)
tree7ea4b88bfde0fd0559dae8507f0a7f829dba2106 /src/cpu/inorder/cpu.cc
parent792c18a1fc6b1d9f2900c99628167fec91ce497b (diff)
downloadgem5-84489c58741d637fd3af2379952df5b96b4f63a5.tar.xz
inorder: remove another debug stat
Diffstat (limited to 'src/cpu/inorder/cpu.cc')
-rw-r--r--src/cpu/inorder/cpu.cc7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/inorder/cpu.cc b/src/cpu/inorder/cpu.cc
index a895fdb0e..75873d97d 100644
--- a/src/cpu/inorder/cpu.cc
+++ b/src/cpu/inorder/cpu.cc
@@ -369,13 +369,6 @@ InOrderCPU::regStats()
/* Register the Resource Pool's stats here.*/
resPool->regStats();
-#ifdef DEBUG
- maxResReqCount
- .name(name() + ".maxResReqCount")
- .desc("Maximum number of live resource requests in CPU")
- .prereq(maxResReqCount);
-#endif
-
/* Register for each Pipeline Stage */
for (int stage_num=0; stage_num < ThePipeline::NumStages; stage_num++) {
pipelineStage[stage_num]->regStats();