summaryrefslogtreecommitdiff
path: root/src/cpu/inorder/resource_pool.hh
diff options
context:
space:
mode:
authorKorey Sewell <ksewell@umich.edu>2010-01-31 18:29:59 -0500
committerKorey Sewell <ksewell@umich.edu>2010-01-31 18:29:59 -0500
commit1a89e8f4cbab3b3a6fd144d3d08dfeaac203f945 (patch)
tree35cf98061afa705a55ab84a7bed1e51aa89b65ec /src/cpu/inorder/resource_pool.hh
parent002f1b8b7e1d5292828e5157ff971965265140bc (diff)
downloadgem5-1a89e8f4cbab3b3a6fd144d3d08dfeaac203f945.tar.xz
inorder: user per-thread dummy insts/reqs
Diffstat (limited to 'src/cpu/inorder/resource_pool.hh')
-rw-r--r--src/cpu/inorder/resource_pool.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cpu/inorder/resource_pool.hh b/src/cpu/inorder/resource_pool.hh
index 3f62d2caa..f61fae4c8 100644
--- a/src/cpu/inorder/resource_pool.hh
+++ b/src/cpu/inorder/resource_pool.hh
@@ -86,9 +86,6 @@ class ResourcePool {
public:
/** Constructs a resource event. */
- ResPoolEvent(ResourcePool *_resPool);
-
- /** Constructs a resource event. */
ResPoolEvent(ResourcePool *_resPool,
InOrderCPU::CPUEventType e_type,
DynInstPtr _inst,