From 630068be6f7b6dc5c612867c764c37e41fd90a4a Mon Sep 17 00:00:00 2001 From: Anthony Gutierrez Date: Fri, 27 Jul 2012 16:08:05 -0400 Subject: 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.hh | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/dev/dma_device.hh') 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; -- cgit v1.2.3