summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;