summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/Sequencer.cc
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2012-04-25 17:52:03 -0500
committerNilay Vaish <nilay@cs.wisc.edu>2012-04-25 17:52:03 -0500
commitc3dad222e345fe3fce04dce1df752fc12f240c22 (patch)
tree9804eed8eac216b48361d6540183db553bec8734 /src/mem/ruby/system/Sequencer.cc
parentbeed20d7bc31512cc36304bd64876fe4af014641 (diff)
downloadgem5-c3dad222e345fe3fce04dce1df752fc12f240c22.tar.xz
Ruby: Remove extra statements from Sequencer
Diffstat (limited to 'src/mem/ruby/system/Sequencer.cc')
-rw-r--r--src/mem/ruby/system/Sequencer.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mem/ruby/system/Sequencer.cc b/src/mem/ruby/system/Sequencer.cc
index 5f64a1ba4..4109a06fd 100644
--- a/src/mem/ruby/system/Sequencer.cc
+++ b/src/mem/ruby/system/Sequencer.cc
@@ -66,10 +66,6 @@ Sequencer::Sequencer(const Params *p)
m_outstanding_count = 0;
- m_deadlock_threshold = 0;
- m_instCache_ptr = NULL;
- m_dataCache_ptr = NULL;
-
m_instCache_ptr = p->icache;
m_dataCache_ptr = p->dcache;
m_max_outstanding_requests = p->max_outstanding_requests;