dma: remove unused variable
authorAnthony Gutierrez <atgutier@umich.edu>
Fri, 27 Jul 2012 20:08:05 +0000 (16:08 -0400)
committerAnthony Gutierrez <atgutier@umich.edu>
Fri, 27 Jul 2012 20:08:05 +0000 (16:08 -0400)
commit630068be6f7b6dc5c612867c764c37e41fd90a4a
treea2798714714292221f43a1d495085f6487e5b25a
parent8133f2460fa8a6201deb361989a1179a163140fb
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.
src/dev/dma_device.cc
src/dev/dma_device.hh