ruby: dma sequencer: removes redundant code
This commit is contained in:
parent
1b71a20391
commit
582793468d
1 changed files with 0 additions and 3 deletions
|
@ -299,9 +299,6 @@ DMASequencer::issueNext()
|
|||
msg->getDataBlk().
|
||||
setData(&active_request.data[active_request.bytes_completed],
|
||||
0, msg->getLen());
|
||||
msg->getType() = SequencerRequestType_ST;
|
||||
} else {
|
||||
msg->getType() = SequencerRequestType_LD;
|
||||
}
|
||||
|
||||
assert(m_mandatory_q_ptr != NULL);
|
||||
|
|
Loading…
Reference in a new issue