Ruby: Remove extra statements from Sequencer

This commit is contained in:
Nilay Vaish 2012-04-25 17:52:03 -05:00
parent beed20d7bc
commit c3dad222e3

View file

@ -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;