Review Board 2.0.15


dma: remove unused variable

Review Request #1305 - Created July 13, 2012 and submitted - Latest diff uploaded

Information
Tony Gutierrez
gem5
default
Reviewers
Default
Changeset 9121:cc70df499acd
---------------------------
dma: remove unused variable

this patch removes the actionInProgress field from the DmaPort class.
this variable is only defined and initiated in the ctor. it is never used.