diff options
author | Korey Sewell <ksewell@umich.edu> | 2010-06-28 07:33:33 -0400 |
---|---|---|
committer | Korey Sewell <ksewell@umich.edu> | 2010-06-28 07:33:33 -0400 |
commit | 84489c58741d637fd3af2379952df5b96b4f63a5 (patch) | |
tree | 7ea4b88bfde0fd0559dae8507f0a7f829dba2106 /src/cpu/inorder/cpu.hh | |
parent | 792c18a1fc6b1d9f2900c99628167fec91ce497b (diff) | |
download | gem5-84489c58741d637fd3af2379952df5b96b4f63a5.tar.xz |
inorder: remove another debug stat
Diffstat (limited to 'src/cpu/inorder/cpu.hh')
-rw-r--r-- | src/cpu/inorder/cpu.hh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cpu/inorder/cpu.hh b/src/cpu/inorder/cpu.hh index 4e7e64a40..6676d78cf 100644 --- a/src/cpu/inorder/cpu.hh +++ b/src/cpu/inorder/cpu.hh @@ -689,8 +689,6 @@ class InOrderCPU : public BaseCPU /** Number of resource requests active in CPU **/ unsigned resReqCount; - - Stats::Scalar maxResReqCount; #endif /** Counter of how many stages have completed switching out. */ |