summaryrefslogtreecommitdiff
path: root/src/dev/dma_device.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/dma_device.hh')
-rw-r--r--src/dev/dma_device.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh
index 8b40cc7e4..ccf388fa4 100644
--- a/src/dev/dma_device.hh
+++ b/src/dev/dma_device.hh
@@ -83,9 +83,6 @@ class DmaPort : public MasterPort
/** Number of outstanding packets the dma port has. */
int pendingCount;
- /** If a dmaAction is in progress. */
- int actionInProgress;
-
/** If we need to drain, keep the drain event around until we're done
* here.*/
Event *drainEvent;